Design comparison
SolutionDesign
Solution retrospective
- Is it semantic correct?
- Should I use always class names instead of high level tags?
- Should I import font in HTML or CSS?
- What could I improve in my CSS?
Community feedback
- @DrougnovPosted almost 2 years ago
Hello @cnsacramento, great job. The code looks neat and clean. Here are some things you can improve:
- Change the h2 to h1 as the page should contain a level-one heading.
- The box shadow is not working on the
.card
, cause you've only provided the color. You also need to provide the h-offset and v-offset value. You can learn more about box shadow from here
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