You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
479 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>flex card</title>
<link href="stylesheet.css" rel="stylesheet">
</head>
<body>
<h1>gardening cards for lil gardeners</h1>
<section>
<div class="card">
<h2>1.png</h2>
<p><img src='./images/1.png'></p>
</div>
<div class="card">
<h2>1.png</h2>
<p><img src='./images/2.png'></p>
</div>
</section>
</body>
</html>