mariah-dont-carey / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

indentation #3

Open franfranfranfran opened 6 years ago

franfranfranfran commented 6 years ago

woops, make sure to keep your indentation consistent throughout the html. remember that everything nested to the same level should be indented the same. so, everything inside your divs should be indented the same -

     <div>
        <h2 class="paint">Paint</h2>
        <img src="https://s3.amazonaws.com/codecademy-content/courses/freelance-1/unit-2/finnish.jpeg"/>
        <h3>Clean Finnish Paint</h3>
        <p>Imported paint from Finland. Over 256 colors available in-store, varying in quantity (1 oz. to 8 oz.). Clean Finnish paint microbinds to canvas, increasing the finish and longevity of any artwork. <a class="buy">Starting at $5.00 / tube.</a></p>
      </div>
mariah-dont-carey commented 6 years ago

So here the issue with the indentation is only in the

? It's indentation doesn't sit on the same line as the
? I should go back a review the proper parenting for elements but I wanted to check that it wasn't the other elements nested in the Div that also need parents.

Thank you for all of your comments by the way! Super helpful!