Design comparison
Solution retrospective
Hey! This is my solution for Testimonials Grid Section. Hope you enjoy it! A feedback will really help me. Thanks!
Community feedback
- @NaveenGumastePosted almost 3 years ago
Hay ! Good Job
These below mentioned tricks will help you remove any Accessibility Issues
-> Add Main tag after body like it should be your container
-> For 1st heading or h1 tag, use header tag and then inside the header put your h1 or h2 etc
-> But use header tag only once in main heading element.
Keep up the good work!
Marked as helpful0 - @DrMESAZIMPosted almost 3 years ago
hi great work .I just want you to consider CSS properties on your footer so as it fixed to the bottom even on mobile view>>
.attribution{position: absolute; bottom: 0;}
otherwise good work
0@Andrei-TCPosted almost 3 years ago@DrMESAZIM Thank you! This time I tried a new approach. Just wanted to see if I can get the same result without position absolute.
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