100-project-100-days-website/100_projects/10-animated-wavy-background/index.html
2023-03-03 11:37:55 +03:00
Ask

18 lines
452 B
HTML

{91c836e164c5ff147e69b55679c74472dedb0179 true 452 index.html 0xc0030c9340}

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="page">
<div class="card">
<img src="women.jpg" alt="" />
<h2>Card Title</h2>
<p>Lorem ipsum dolor sit amet.</p>
</div>
</div>
</body>
</html>