100-project-100-days-website/100_projects/93-expanding-cards/index.html
2023-05-26 13:15:09 +03:00
Ask

29 lines
904 B
HTML

{5f2479649e46e400cb7b3f34ccb0b2df00a30072 true 904 index.html 0xc0030cf490}

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>document</title>
</head>
<body>
<div class="container">
<div class="panel active" style="background-image: url('01.avif')">
<h3>Explore The World</h3>
</div>
<div class="panel" style="background-image: url('02.avif')">
<h3>Wild Forest</h3>
</div>
<div class="panel" style="background-image: url('03.avif')">
<h3>Sunny Beach</h3>
</div>
<div class="panel" style="background-image: url('04.avif')">
<h3>City on Winter</h3>
</div>
<div class="panel" style="background-image: url('05.avif')">
<h3>Mountains - Clouds</h3>
</div>
</div>
<script src="script.js"></script>
</body>
</html>