-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththreedom1.html
55 lines (55 loc) · 2.19 KB
/
threedom1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="threedom.css">
</head>
<body>
<!-- div class="three-d outlined space">
<div class="three-d rotating object" style="--width:100px;--height:250px">
<div style="background:#ff0000bf">Front</div>
<div style="background:#ffff00bf">Back</div>
</div>
</div>
<div class="three-d outlined space">
<div class="three-d rotating object" style="--width:200px;--height:200px;--depth:200px">
<div style="background:#ff0000bf">
<div class="three-d rotating object" style="--width:50px;--height:50px;--depth:50px">
<div style="background:#ff0000bf">Front</div>
<div style="background:#0000ffbf">Top</div>
<div style="background:#00ff00bf">Right</div>
<div style="background:#ffff00bf">Back</div>
<div style="background:#00ffffbf">Bottom</div>
<div style="background:#ff00ffbf">Left</div>
</div>
</div>
<div style="background:#0000ffbf">Top</div>
<div style="background:#00ff00bf">Right</div>
<div style="background:#ffff00bf">Back</div>
<div style="background:#00ffffbf">Bottom</div>
<div style="background:#ff00ffbf">Left</div>
</div>
</div>
<div class="three-d rotating outlined object" style="--width:200px;--height:200px;--depth:200px">
<div>Front</div>
<div>Top</div>
<div>Right</div>
<div>Back</div>
<div>Bottom</div>
<div>Left</div>
</div>
</div>
</div -->
<div class="three-d reflective space">
<div class="three-d rotating object" style="--width:100px;--height:250px;--depth:250px">
<div style="background:#ff0000bf">Front</div>
<div style="background:#0000ffbf">Top</div>
<div style="background:#00ff00bf">Right</div>
<div style="background:#ffff00bf">Back</div>
<div style="background:#00ffffbf">Bottom</div>
<div style="background:#ff00ffbf">Left</div>
</div>
</div>
</body>
</html>