christinahauri / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Subtle: Alignment #1

Closed blerude closed 6 years ago

blerude commented 6 years ago

https://github.com/christinahauri/prj-rev-bwfs-dasmoto/blob/master/Dasmoto/index.html#L10-L15

Careful how you structure your divs here. It should look like this, with the child elements indented one level from the parent, and the opening and closing tags matching up:

<div class="item">
    <h2 id="brush">Brushes</h2>
    <img src="https://s3.amazonaws.com...">
    <h3>Hacksaw Brushes</h3>
    <p>Made of the highest quality oak...<span class="price">Starting at $3.00 / brush.</span></p>
</div>
christinahauri commented 6 years ago

Great example; thank you for the visual!