diff options
author | Philipp Eichmann <philipp.eichmann@gmail.com> | 2018-12-21 18:45:24 -0500 |
---|---|---|
committer | Philipp Eichmann <philipp.eichmann@gmail.com> | 2018-12-21 18:45:24 -0500 |
commit | 06098b7bdd6a83f6b9cc07d2377f2a19cc0ecaa6 (patch) | |
tree | d665964243f9949424555175711e27166e96f70e /src/Main.scss | |
parent | 9caa9ca4a0b413e2da03eff4856cb324939d77d4 (diff) |
added code
Diffstat (limited to 'src/Main.scss')
-rw-r--r-- | src/Main.scss | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/Main.scss b/src/Main.scss new file mode 100644 index 000000000..f986d2c96 --- /dev/null +++ b/src/Main.scss @@ -0,0 +1,25 @@ +html, +body { + width: 100%; + height: 100%; + overflow: hidden; + font-family: 'Hind Siliguri', sans-serif; +} + +h1 { + font-size: 50px; + position: fixed; + top: 30px; + left: 50%; + transform: translateX(-50%); + color: black; + text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; + z-index: 9999; + font-family: 'Fjalla One', sans-serif; + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +}
\ No newline at end of file |