100-project-100-days-website/100_projects/16-creative-image-gallery/index.html

18 lines
433 B
HTML
Raw Normal View History

2023-03-09 17:04:22 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="hero">
<h1>Candy.</h1>
<h1>Cherry.</h1>
<h1>Melon.</h1>
<div class="img-box"></div>
</div>
</body>
</html>