diff --git a/CSS/style.css b/CSS/style.css index d5500f9..a94e3b3 100644 --- a/CSS/style.css +++ b/CSS/style.css @@ -237,3 +237,13 @@ body{ user-select: none; text-align: center; } + +#version_indicator{ + position: absolute; + left : calc(100% - 60px); + top : calc(100% - 25px);; + font-size: 15px; + color: #c9c8b7; + font-family: "Source Code Pro"; + user-select: none; +} \ No newline at end of file diff --git a/index.html b/index.html index 06a1ba2..0728e05 100644 --- a/index.html +++ b/index.html @@ -132,6 +132,8 @@
- +