Design comparison
SolutionDesign
Community feedback
- @Carlosaac23Posted about 2 months ago
Hi @josemills. I saw your challenge and you did very well with the design. There are some tips I wanna give you to remove your scrollbar and have your card centered. Instead of using
height: 200vh
, useheight: 100vh
. 2 - Another thing, I saw your code and you use a lotdiv
in your HTML. Try to use less and it'll be easier to style it. 3 - Reviewing your code I saw you used<button><strong>Learning</strong></button>
to make your text bold. It works but it's not the best practice. Try to style it in thestyle.css
. Try them and let me know if you solve that!0
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