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

  • zbosec 160

    @zbosec

    Posted

    Mine workflow is this:

    1. Set up git repository
    2. Read style-guide.md
    3. Get a good look at the design. Is the desktop design different than mobile ? If it is , how will I setup HTML so it works for both designs ?
    4. Write all HTML
    5. Write CSS ( get used to use one of the CSS resets , I use https://piccalil.li/blog/a-modern-css-reset/ there is explanation on the page for all the code in the reset)

    Marked as helpful

    1
  • zbosec 160

    @zbosec

    Posted

    You should put everything in <main><main>.Like this : body>main>container.

    There will be challenges where some content should be in <article> <summary> <details> and so on than in div with a class. Check it out https://www.freecodecamp.org/news/semantic-html5-elements/

    0
  • zbosec 160

    @zbosec

    Posted

    1. Spelling mistake in HTML : div/dic
    2. You didnt import font from google fonts
    3. Paragraph color is wrong , you can put opacity:0.5 on it, but there is probably color in style-guide.md. Always read style-guide.md before starting to write code.
    0
  • Carson'L 100

    @Carson3377

    Submitted

    • How do you rate my first project?

    • What advice or recommendations for me to improve?

    • What do you think of my first project in frontendmentor.io?

    zbosec 160

    @zbosec

    Posted

    1. Use border-radius on main container and the image
    2. Background color of the body is wrong one.
    3. Put more width so your h1 text doesnt break, need to be in 2 lines.
    4. Instead .attribution class its better to use <footer> and put it outside the card, below.

    Not bad for a first project , keep going :)

    Marked as helpful

    1