Great job on Coding a Hotrod Profile!

The user profile you built lays out images in the same way Instagram and Pinterest lay out photos on their webpages.

<html>
<head>
  <title>Instapolaroid</title>
</head>
<body>
  <img src="https://mimo.app/r/insta.svg">
  <br>
  <img src="https://mimo.app/r/helen.png">
  <h1>hotrod-helen</h1>
  <p><em>verified account</em></p>
  <p>Cars so hot you can fry an egg on them.</p>
  <img src="https://mimo.app/r/lada.png">
  <img src="https://mimo.app/r/buggy.png">
  <img src="https://mimo.app/r/coupe.png">
  <br>
  <img src="https://mimo.app/r/ford.png">
  <img src="https://mimo.app/r/truck.png">
  <img src="https://mimo.app/r/van.png">
</body>
</html>]]>