Design comparison
Solution retrospective
This is not responsive. Any suggestions are welcomed.
Community feedback
- @accamamuhammadPosted 11 months ago
Nice try at the design but you should not; 1.use specific height for main container it is better practice to use
height: fit-content
then usepadding:
to create spacing around keep in mind if your not usingbox-sizing: border-box
it will create extra spacing around the container. 2. if your not sure which colour to use there is a website called colour finder here is a link to it color finder when you visit the website drag and drop the design image provided to you by frontend mentor and click on the place you want to know the colour of and then copy the hex value of the colour to use in your css. 3.And dont forget to addborder: radius
to the image and the main container tag.1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord