Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
em nada
What challenges did you encounter, and how did you overcome them?nenhum
What specific areas of your project would you like help with?nenhum
Community feedback
- @LoneBrokeBoyPosted 6 months ago
Good job on completing the challenge.
I see your solution doesn't contain semantic HTML. Make sure to include
<main></main>
next time. You can improve your solution by animating the box shadow that you included when you hover. Like so:Inside your file named mobile.css
.content {transition: box-shadow 0.15s}
.content:hover {box shadow: 15px 15px 0 0};
You can also include
width: max-content; transition: color 0.15s; }``` `h1:hover {color: var(--Yellow);}` Make sure you follow the design properly next time. Happy coding!
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