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?

    Learned the basics of Flexbox and used the Clamp function to resize fonts.

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

    One of the biggest challenge was effectively resizing fonts for different viewports without using media queries. Although I did the math to resize according to the requirements, I will need more practice to understand how the function works under the hood.

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

    1. Is there an option to resize the section (class = "blog-preview") without explicitly using pixel sizes? (Ex. 385px for width in css)
    2. How do I get the paragraph to continue onto the next line without using ?
    3. Does clamp work effectively across projects and can it be used for responsive design without using media queries?
  • Submitted


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

    I am proud of laying out CSS styles in specific format for ease of use.

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

    I still need to grasp the fundamentals such as grid, flexbox, relative and absolute positions etc.

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

    HTML:

    1. Should I use a div and a class (container) within section to layout all the styles or it doesn't make a difference?

    CSS:

    1. How do I resize an Image so that it is responsive at all screen sizes. Right now in my code, I have used fixed sizes