Design comparison
SolutionDesign
Community feedback
- @v-codeyPosted over 2 years ago
Hey @vijay0609,
Great Job on the challenge. Very close to the provided design. kudos
however there are somethings which i would like to mention
- although this challenge requires minimum html, but instead of internal css its better practice to have separate css file and link that.
- also try to use
rem
instead ofpx
especially in width, heights and font-size. - position and transform worked really well in this challenge, you can also try flex-box in body it will give same results
body { display: flex; align-items: center; justify-content: center; min-height: 100vh; }
hope its helpful for you. keep learning happy coding
Marked as helpful0
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