Design comparison
SolutionDesign
Solution retrospective
I would like some feedback on how there could be a way to make it responsive without using so many media queries
Community feedback
- @TomasScerbakPosted almost 3 years ago
Hi Ruan,
you have missed semicolon on line 19 in your CSS file. Also line 54 has z-index property with no value.
Regarding attribution: if you want your attribution to be displayed move this code to CSS file.
<footer> <div class="attribution"> Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. Coded by <a href="#">RuanCs</a>. </div> </footer>Marked as helpful0@ruancsPosted almost 3 years ago@TomasScerbak Thanks for the corrections ! I'm glad you analyzed my code. Hugs
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