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

  • @jayumaks

    Submitted

    • Couldn't get the images to stay in a fixed position. Need to get better at this kind of placement.
    • More flexbox practice. Also, could this be refactored to use CSS Grid? What are the pros and cons of Flexbox vs CSS Grid? When to use each?

    @PersianBlue

    Posted

    This was a great solution. You've actually shown me how to get the background circles right where they were needed. When I was doing it, I thought to vary the background-position based on % and the background-size based on vw. Now I'm seeing that I didn't have to do anything to the size at all, and the position could have been adjusted: horizontal position with vw, and vertical positioning with vh. I hadn't thought to use vh at all.

    Marked as helpful

    0
  • @HenrikDanielsson

    Submitted

    The sizing of the text was a problem for me, could not seem to figure out the letterspacing and line height, if there even was any difference from the standard.

    @PersianBlue

    Posted

    Lovely code structure. I used columns and flex-direction to get the layout to change from vertical to horizontal at the different screen sizes, but I love how you simplified it by just using flex-wrap. You've also inspired me to try out using CSS grid as I see how much easier it made centering everything for you. And I'm taking notes on how you used a separate stylesheet for a CSS reset. Good stuff

    Marked as helpful

    1