Latest solutions
Product-Preview-Card with html and CSS, desktop view
#bootstrap#node#mongodbSubmitted about 2 years ago
Latest comments
- @Uceeyjudy@Asongafac
keep practicing, but bear in mind the basics are very strong in any form of coding. be sure to know how to send a major div at center of screen ( display flex, height 100vh, width 100vw, align item center, justify-content center ... all this properties to the body )
i will deeply advice you check the code given above by @Ratified
Marked as helpful - @Krishna4563@Asongafac
just do as indicated above by @amar215
otherwise, you can use the img tag that is: <img src = " " alt = " " >
Marked as helpful - @aleafernandes@Asongafac
your background color is quite not matching to the light grey color assigned body{ hsl(212, 45%, 89%) }
also, instead of making your words wrapped, its convenient to use the style .container{ text-align: center }
Marked as helpful