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

  • @Ryan-OHanlon

    Submitted

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

    I'm most proud of learning how to nest div elements and use the attribute padding to create boxes to contain text elements.

    I'm also proud of starting to use flex to align images and text elements.

    If I could do something different, I'd like to figure out if there is a better solution to add a consistent margin instead of having to set a margin and padding to each element using a class.

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

    My main challenge was figuring out how to use margin and padding to create a webpage to have responsive design between desktop and mobile.

    I was able to overcome this by using the main element as the box and then use each div element as their own box for the image and text elements and setting each their own class in CSS. This made spacing out each element a lot easier than having everything in a single div element.

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

    The area of the project I would like help with is how to better understand the position: absolute attribute and the display attribute.

    I've yet to come across a decent CSS guide on best practices on how to properly place each element using CSS because the position attribute also being reliant on top, left, and transform seems like a suboptimal solution in order for the element like a card to be in the middle of a webpage.

    I'd also like to learn how to get the text to match the font to the solution. I followed the styleguide.md yet the font they want doesn't match the font-weight that they recommend. Should I be using something else besides and ?

    CHAmarco 10

    @CHAmarco

    Posted

    use tag: article, picture for images....

    0