

360
+ + + +Deg
-

360
+ + + +Deg
-

360
+ + + +Deg
-
Angle Rotation
- -1
+1

2


57
3


57
4


57
5


57
6


57
7


57
8


57
9


57
10


57
diff --git a/static/src/main.css b/static/src/main.css index 8ce4cd4..fe0a52e 100644 --- a/static/src/main.css +++ b/static/src/main.css @@ -4,6 +4,7 @@ @tailwind components; @tailwind utilities; +/* common.css import */ * { padding: 0; margin: 0; @@ -11,6 +12,25 @@ color: white; box-sizing: border-box; } + +.main-container { + display: flex; + justify-content: space-around; + align-items: stretch; + background-color: black; + gap: 0.33333333vw; + height: 99.5vh; +} +.main-element { + display: inline-block; + height: 99.5vh; + width: 32vw; + text-align: center; + background-color: #181c20; + position: relative; +} + +/*style.css import*/ .robotimg { height: 99.5vh; width: 32vw; @@ -194,28 +214,3 @@ a:link, a:visited { text-decoration: none; } - -* { - padding: 0; - margin: 0; - background-color: #181c20; - color: white; - box-sizing: border-box; -} - -.main-container { - display: flex; - justify-content: space-around; - align-items: stretch; - background-color: black; - gap: 0.33333333vw; - height: 99.5vh; -} -.main-element { - display: inline-block; - height: 99.5vh; - width: 32vw; - text-align: center; - background-color: #181c20; - position: relative; -} diff --git a/templates/base.html b/templates/base.html index 49d0fc6..bf2ce36 100644 --- a/templates/base.html +++ b/templates/base.html @@ -12,7 +12,7 @@
360
+ + + +Deg
-360
+ + + +Deg
-360
+ + + +Deg
-Angle Rotation
- -1
+1
2
57
3
57
4
57
5
57
6
57
7
57
8
57
9
57
10
57