<html> HTML
<div class="card">Card 1</div>
<div class="card">Card 2</div>
<div class="card">Card 3</div>
# CSS
body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  margin: 2rem;
  background: #fafafa;
  line-height: 1.6;
}
/* TODOs:
  1) Give each .card padding (inner space around text).
  2) Add a border and rounded corners to each card.
  3) Add vertical spacing (margin-bottom) between the cards.
*/
Live preview updates as you type
Building preview…