
Testimonials Grid Section with HTML & CSS
Design comparison
Solution retrospective
I'm happy because it seems like I've finally understood how grid works. The project still needs some refactoring which I will do in a second moment. For now I would like to receive some feedback on how I wrote it. I know the quotes background for the violet card is missing, it will come later. Any help or suggestion will be highly appreciated.
Community feedback
- @Crystalis89Posted 4 months ago
Visually looks about right so my main advice is practice Semantic HTML instead of using nested <div>s. It makes life easier for devs since gives the actual code better structure, and some implicit meaning, so can easily tell at a glance how things are put together and relate. And it is an important part in making a site more accessible for all users, which can also help SEO ranking.
I am still learning it too, but at least for the most basic end it pretty easy to figure out when to use <main>, <section>, <header>, <nav>, and <footer> instead of a <div> even if I am still unsure on more specific ones like <aside> and <article>.
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