1 parent c37439a commit f442ce3Copy full SHA for f442ce3
3 files changed
3d/soilblock/index.html
@@ -0,0 +1,26 @@
1
+<!DOCTYPE html>
2
+<html lang="ja">
3
+
4
+<head>
5
+ <meta charset="UTF-8">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
8
+ <title>Soil Block - CSS Collection</title>
9
+ <link href="./style.css" rel="stylesheet">
10
+</head>
11
12
+<body>
13
+ <input type="checkbox" class="grass" checked>Show grass
14
+ <main class="screen">
15
+ <div class="block">
16
+ <div class="front face"></div>
17
+ <div class="back face"></div>
18
+ <div class="top face"></div>
19
+ <div class="bottom face"></div>
20
+ <div class="left face"></div>
21
+ <div class="right face"></div>
22
+ </div>
23
+ </main>
24
+</body>
25
26
+</html>
0 commit comments