commit dfabf2c97d2d250f43f541cdd566bb5088701e7e Author: limepotato Date: Tue Aug 13 02:03:24 2024 -0600 init diff --git a/index.html b/index.html new file mode 100644 index 0000000..dde68ac --- /dev/null +++ b/index.html @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + Divergence Meter + + + + + + + + + + + + + + + + + + + +
+

1.048596

+
+ + + \ No newline at end of file diff --git a/styles/css/main.css b/styles/css/main.css new file mode 100644 index 0000000..6304905 --- /dev/null +++ b/styles/css/main.css @@ -0,0 +1,19 @@ +:root { + color: #ea9a07; + background-color: #080100; +} + +.meter { + color: #ea9a07; + background-color: #1d0100; + max-width: 420px; + max-height: 125px; + font-size: 84px; + position: absolute; + top:0; + bottom: 0; + left: 0; + right: 0; + margin:auto; + border-radius: 10px; +} \ No newline at end of file