diff options
Diffstat (limited to 'Back/ZJW/stylesheets/all.css')
-rw-r--r-- | Back/ZJW/stylesheets/all.css | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/Back/ZJW/stylesheets/all.css b/Back/ZJW/stylesheets/all.css deleted file mode 100644 index 7c9f15d..0000000 --- a/Back/ZJW/stylesheets/all.css +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | body { | ||
2 | background: rgba(21, 32, 46, 1); | ||
3 | text-align: center; | ||
4 | } | ||
5 | |||
6 | .logo { | ||
7 | position: absolute; | ||
8 | z-index: 2; | ||
9 | left: 50%; | ||
10 | top: 50%; | ||
11 | -webkit-transform: translateY(-50%); | ||
12 | -ms-transform: translateY(-50%); | ||
13 | transform: translateY(-50%); | ||
14 | width: 385px; | ||
15 | height: 125px; | ||
16 | margin-left: -192.5px; | ||
17 | background: url(/images/logo.png); | ||
18 | background-size: 100%; | ||
19 | opacity: 1; | ||
20 | } | ||
21 | |||
22 | canvas { | ||
23 | position: absolute; | ||
24 | top: 0; | ||
25 | left: 0; | ||
26 | z-index: 1; | ||
27 | width: 100%; | ||
28 | height: 100%; | ||
29 | display: block; | ||
30 | } | ||