summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortint <tint@tint.red>2022-12-03 23:43:32 -0500
committertint <tint@tint.red>2022-12-03 23:43:32 -0500
commit617adfece70848687de2baa3241398b491689c5e (patch)
tree591d1af5a67dfa09424894a156640e08f9446e5b
parent9c85b372036b04d6dede8f39b64e6690607fe3d3 (diff)
fix background
-rw-r--r--css/main.css9
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}
25body>div {
26 height: 100vh;
27}
28body>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}