Design comparison
Community feedback
- @Sdann26Posted over 2 years ago
Congratulations on finishing your first challenge, sb101-beep!
I would recommend you mainly when working with box shadown always play with the opacity for the fading effect for example box-shadow: 1px -1px 8px -3px #1f32515c; you could also make use of functions like rgba or hsla to assign color, where the a is the alpha character that adds transparency to the color.
Finally you have to add a main tag inside the body, this is in charge of containing all the main flow of the page. You could try changing <div class="container"> to <main class="container"> to fix this.
This will generate a new report and you should get 0 errors.
I hope my comments are helpful :D!
Good Coding!
Marked as helpful0
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