fortunat81
@fortunat81All comments
- @BataaBSubmitted about 2 months ago@fortunat81Posted about 2 months ago
very close the the original design good job. good html structure (i would personaly put the media query breakpoint sooner but that is personal preference) mobile first design two thumbs up.
1 - @Sales-CampeloSubmitted 3 months agoWhat are you most proud of, and what would you do differently next time?
Foi exercitado conceitos ja estudados sobre Flexbox e Responsividade, Sem muita ajuda da IA foi utilizado bastante dos conhecimentos estudados. pretendo melhorar cada vez mais esse conhecimento.
What challenges did you encounter, and how did you overcome them?Tive dificuldade para utilizar a responsividade sendo que não havia utilizado antes, mas depois de algumas horas tentando acabei conseguindo utilizala.
What specific areas of your project would you like help with?Gostaria de Feadback dos colegas para saber onde posso melhorar, se estou com o codigo legivel e limpo, isso vai ajudar no meu crescimento.
- @Sandaruwan7056Submitted 2 months agoWhat specific areas of your project would you like help with?
i need some advice on how to make classes in css much cleaner
@fortunat81Posted 2 months agoGreat work ! totally understand you wanting to make your classes cleaner i would suggest using the (BEM) method (BLOCK->ELEMENT->MODIFIER)
here is one ressource : https://css-tricks.com/bem-101/
exemple
<div class="social-links"> <div class="social-links__header"> <div class="social-links__img-container"> <img class="social-links__img"> </div> <div class="social-links__text-content text-center"> <h2 class="social-links__name"></h2> <p class="social-links__location"></p> <p class="social-links__description"></p> </div> </div>Marked as helpful1 - @quentin-garraudSubmitted 2 months ago@fortunat81Posted 2 months ago
seems good (picture perfect). but i have no acces to your code on github
all i can say is don't forget the hover effect !
0 - @RH-NixSubmitted 3 months ago