diff options
-rw-r--r-- | css/main.css | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/css/main.css b/css/main.css index eea934b..14b5d8d 100644 --- a/css/main.css +++ b/css/main.css | |||
@@ -22,19 +22,12 @@ body { | |||
22 | height: 900px; | 22 | height: 900px; |
23 | width: 100%; | 23 | width: 100%; |
24 | } | 24 | } |
25 | body>div { | ||
26 | height: 100vh; | ||
27 | } | ||
28 | body>div>div { | ||
29 | height: 100%; | ||
30 | } | ||
31 | #mainBod { | 25 | #mainBod { |
32 | background-image: url(/index_files/Apex_3D_Logo_2_.png); | 26 | background-image: url(/index_files/Apex_3D_Logo_2_.png); |
33 | background-repeat: repeat; | 27 | background-repeat: repeat; |
34 | background-color: #a25300; | 28 | background-color: #a25300; |
35 | border: 70px solid; | 29 | border: 70px solid; |
36 | content: ""; | 30 | min-height: 100vh; |
37 | height: 100%; | ||
38 | box-sizing: border-box; | 31 | box-sizing: border-box; |
39 | border-image: url(/index_files/dollarspindownd.gif) 50 / 6 / 0 stretch; | 32 | border-image: url(/index_files/dollarspindownd.gif) 50 / 6 / 0 stretch; |
40 | } | 33 | } |