Latest solutions
Blog preview card
Submitted about 1 year agoQual é a melhor maneira de se opter responsividade usando flex?
Página Frontend Mentor QR Code
Submitted about 1 year agoEnfrentei dificuldades com uma área específica do projeto no Figma. Há uma seção que aborda o espaçamento, mas oferece três opções, embora o projeto só necessite de uma. Essas opções seriam para tamanhos de tela diferentes? Não consegui perceber variações no espaçamento entre os modelos desktop e mobile apresentados.
Latest comments
- @phucphan01866@BeatrizPoncesIP
Sua solução foi muito boa, mas o design foi um tanto diferente do esperado, apenas alguns espaçamentos e faltou o
cursor: pointer;
que o desafio pediu. Na interação do usuário com o post, você fez a sombra ir um tanto para baixo, mas o esperado era aparecer a mãozinha do cursor.Marked as helpful - @chenmeisterWhat are you most proud of, and what would you do differently next time?
Submitting my first solution on Frontendmentor. I am hoping to improve my skills in creating CSS from scratch as it has been a while.
What challenges did you encounter, and how did you overcome them?Creating CSS from scratch is one of the biggest challenge I have encountered. I did use ChatGPT to help with some CSS stuff but did some modifications to fulfill the challenge.
What specific areas of your project would you like help with?Writing effective CSS from scratch.
@BeatrizPoncesIPChange the
font-family
to "Outfit" and set theh1
to "bold". I believe that, besides that, the only difference between the sites is theattribution
that you included, which caused the structure of the objects to change their height to be centered. If you really want to practice and remember CSS, don't use ChatGPT, otherwise you won't remember anything the next day.Marked as helpful