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

    Blog Card

    • HTML
    • CSS

    0


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

    All of it - the shadow, the curves, the spacing between the image and all components.

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

    FIrst time working with SVG and didn't know I can use it with the img tag

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

    Maybe with naming my divs

  • Submitted


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

    All of this makes me proud, CSS is not something I fancy or I have good knowledge of.

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

    • centering the div;
    • making the image smaller;

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

    Maybe with general execution - I have many magic numbers, would be good if I can remove them.

  • Submitted


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

    Actually all of it, never started learning html and css tre right way and never finished a challenge here.

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

    • image placement and size -> solution was to have a wrapper div;
    • style lists to be under the headings -> list-style: inside;
    • style list numbers -> .instructions ul li::marker
    • use local fonts;
    • even centering the .container div is huge accomplishement for me;

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

    • when the screen is smaller I can't add margin to the .container div and it stays stick to top and bottom of the browser window, tried with position change (relative->absolute) but it messes the whole page
    • the line is not like in the design - my is shorter