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 comments

  • nanikore0 100

    @nanikore0

    Submitted

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

    With this project I was able to better understand concepts like the CSS Box Model and also CSS Grid.

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

    Aligning the social buttons was difficult. I started by using Flexbox on button elements but later decided to use Grid instead. This is where I learned more about the Box Model and CSS Grid, I used tags instead and managed to align the elements using CSS Grid

    .socials {
      display: grid;
      row-gap: 1rem;
      width: 100%;
    }
    

    These are the following resources that helped me:

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

    I am looking to get feedback about the quality of the code that I've written, I tried my best to code while following best practices but maybe I missed something. I'm open to feedbacks for accessibility tips and code quality. Any advice will do! Thank you :)

    Azian 50

    @dwangsst

    Posted

    Hello there!

    Congrats on completing the challenge! ✅

    Your solution looks excellent!

    0
  • @NullishKoala

    Submitted

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

    It has been my second project from Frontend Mentor, and it has been so much easier to follow external instructions after having completed the first challenge. Again, I am proud that the time I've estimated for this project has matched the time in which I've completed the project. It's really comfortable to work on a design where so many details are provided. I can focus on writing the code instead of creating content.

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

    I haven't encounter any problems.

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

    I would appreciate advice on how to best structure my CSS file and how to find best id and class names.

    Azian 50

    @dwangsst

    Posted

    Hello there!

    Congrats on completing the challenge! ✅

    Your solution looks excellent!

    As for this challenge, I think it's pretty simple and you don't have to have many IDs or classes to style an element, use the appropriate semantic tag instead.

    Check out this web.dev/learn/html/headings-and-sections

    Marked as helpful

    1
  • Azian 50

    @dwangsst

    Posted

    The background color and text are different from the design. You should check out the style guide. nice work

    0