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 became more familiar with how to use CSS Flexbox to position elements. I also learned how to use Figma with the fig files to measure each component and the spacing between them. I tried to stay away from hardcoding px values to size elements but used rem where possible.

    I would focus more on how to structure the HTML with semantic elements and use classes/ids better.

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

    I had a couple of challenges with this project.

    First was learning how to structure the HTML so that I could use Flexbox efficiently to keep the CSS as clean as possible. I overcame this by watching tutorials and reading up on Flexbox. I found that "thinking in boxes" when looking at the design was helpful here as well.

    The second challenge was knowing the correct semantic elements to use in my HTML. I consulted the HTML Standard to try to overcome this challenge.

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

    Anything really but particularly my use of Flexbox and semantic HTML tags / structure would be great.

    Was my HTML structured in a way that makes sense for Flexbox?

    Did I use Flexbox in an efficient way? Can I do better here?

  • Submitted


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

    I am most proud of the positioning and the sizing of the elements using CSS. What I would do differently next time is work through these decisions quicker since I needed to do a lot of tweaking to get things positioned correctly.

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

    The main challenge I encountered was getting the paragraph text to wrap the way it does in the preview while keep it exactly aligned with the above text. I ended up making the decision that even though it doesn't look exactly like the mock up, it still looks centered with the right amount of right and left padding.

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

    If would be great to get feedback on the accessibility of my HTML. Could I have made better decisions to make things more accessible?

    I would also like feedback on the way I approached sizing and positioning in my CSS. Could I have used different units or done things in a more concise and efficient way?