Design comparison
SolutionDesign
Community feedback
- @tea-scriptsPosted over 2 years ago
Great effort completing the challenge. Some few points:
- I'd advice trying to use some semantic HTML tags like
section
orarticle
and also landmarks likemain
. - Great job having your variables set up.
- You might want to add a
transition
property to your buttons and links you would want the hover effect to happen over time and not instantly. - Also I learnt about using the
background-image
along side thebackground-color
from your solution so thanks for that mate! Keep up the effort and happy coding 👍!
0 - I'd advice trying to use some semantic HTML tags like
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