Design comparison
SolutionDesign
Solution retrospective
Which areas of your code are you unsure of?
Sometimes the button does not activate in certain areas of it.
Community feedback
- @SalahuddinAhammedPosted over 2 years ago
Congratulation on completing this project. Herer are some suggestions:
- Try to use semantic HTML tags like
header
,main
,footer
, etc. These will fix the accessibility issues. - Use the
script
tag before ending the body tag. Or you can use it in thehead
tag by setting thedefer
keyword in thescript
tag. - Remove
position: relative
from the.attribution
class as it is overlapping the button.
0 - Try to use 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