Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I learned how to use pseudo-elements like ::marker and ::before to style list markers, and also how to style table borders that are larger than the table itself.

    What challenges did you encounter, and how did you overcome them?

    I found it challenging to get the correct element sizes. I tried converting between centimeters and pixels, and pixels to rem, but didn’t have much success, so I ended up visually adjusting the elements.

    What specific areas of your project would you like help with?

    • Although I found solutions for the table borders, if you have any tips on using just border, it would be great to make the code shorter (I think).
    • Using ::before for the list markers was a solution, but I couldn’t make the same font-size changes with ::marker. Any tips?
    • I reused code from other cards in the Frontend Mentor challenges to make this card appear centered vertically and horizontally, but vertically it is "fixed" at the top of the page, without showing the background. How can I fix this?
    • I’m open to any other tips on the code!
  • Submitted


    What are you most proud of, and what would you do differently next time?

    Pleased to have developed a color palette with contrast ratios according to WCAG.

    What challenges did you encounter, and how did you overcome them?

    I found it challenging to determine the sizes of the elements (and I’m still not satisfied) because I haven’t yet developed an eye for understanding measurements. I tried using a ruler and converting centimeters to pixels to get an idea, but in the end, I adjusted things visually.

    What specific areas of your project would you like help with?

    I welcome all tips, especially on how to make an element behave the same way regardless of screen size (for example, laptops and desktops). Is this defined in the body?

  • Submitted

    Blog Card

    • HTML
    • CSS

    1


    What are you most proud of, and what would you do differently next time?

    Me orgulho da organização do CSS que me auxiliou na hora da escrita do código e nos momentos de revisão para correções.

    What challenges did you encounter, and how did you overcome them?

    Encontrei desafios na hora de centralizar o nome do autor com o avatar, mas superei com um contêiner englobando os dois elementos e usando flexbox.

    What specific areas of your project would you like help with?

    Ainda não consegui compreender se devo estabelecer o tamanho de como o tamanho de desktop estabelecido no design ou se devo usar 100%, pois isso está afetando como o card se comporta.

  • Submitted


    What are you most proud of, and what would you do differently next time?

    Gostei de poder estruturar o CSS de cima para baixo da página, o que me ajudou a me organizar e localizar melhor os elementos.

    What challenges did you encounter, and how did you overcome them?

    Tive dificuldades em posicionar o card e ainda não fiquei satisfeito, de qualquer maneira testei algumas possibilidades do conhecimento que tenho, pois ainda estou estudando CSS.

    What specific areas of your project would you like help with?

    Este é o meu primeiro código, então na verdade qualquer dica é bem-vinda.