codepens/folder-animation-using-scss.../dist/index.html

22 lines
469 B
HTML

<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - 📁Folder 📁 Animation using scss iteration</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<div class="folder">
<div class="paper one"></div>
<div class="paper two"></div>
<div class="paper three"></div>
<div class="paper four"></div>
</div>
<!-- partial -->
<script src="./script.js"></script>
</body>
</html>