Design comparison
Solution retrospective
Hello, What's up?!✌️
I'm currently studying this wonderful tool that is css grid, in fact this is my first project where I apply it, so help me to improve more and more; If you know anything about the topic, like a website, book, handout , Youtube channel, anything comment below and help not only me but the whole community!
Any Feedback Is Greatly Appreciated!
Community feedback
- @yuki6464Posted about 2 years ago
if you want to watch a YOUTUBE channel watch Kevin Powel's channel, there he talks about grid and a lot of interesting subjects. I hope it helps you :)
Marked as helpful0 - @correlucasPosted about 2 years ago
👾Hello Gabriel, Congratulations on completing this challenge!
Great code and great solution! I’ve few suggestions for you that you can consider adding to your code:
You made your html structure entirely with
div blocks
but these div doesn't any semantic meaning, for this reason is better you use a better html markup improving your code, for example for each vehicle card you use<article>
instead of the<div>
.To make your CSS code easier to work you can create a
single class
to manage the content that is mostly the same for the 3 cards (paddings, colors, margins and etc) and another class to manage the characteristics that are different (colors and icon), this way you'll have more control over then and if you need to change something you modify only one class.✌️ I hope this helps you and happy coding!
Marked as helpful0@WillamiFerreiraPosted about 2 years ago@correlucas valeu pelas dicas, vou modificar o código aplicando-as, mas pode me contar como digitar em negrito? assim aprimoro os comentários também.
1@correlucasPosted about 2 years ago@WillamiFerreira clica no símbolo do teclado no canto direito superior w mostra todas opções negrito basta escrever dois asteriscos ** seu texto ** so qsem espaço entre o asteristico e texto
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