Skip to content

Commit 7e89a0c

Browse files
committed
Update style.css
1 parent 7ef7766 commit 7e89a0c

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

style.css

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
body {
22
background-color:#101010;
3+
width: 100%;
4+
height: 100%;
5+
margin: 0;
6+
background-image: url("bg.png");
7+
background-size: cover;
8+
background-repeat: no-repeat;
9+
background-position: center center;
10+
-webkit-background-size: cover;
11+
-moz-background-size: cover;
12+
-o-background-size: cover;
13+
background-size: cover;
14+
background-attachment:fixed;
315
color:#101010;
416
font-family:Arial, Helvetica, sans-serif
517
}
@@ -20,7 +32,9 @@ h2 {
2032
.bevel, .content { border-color: #F0F0F0; border-style:solid; }
2133

2234
.bvc {
23-
margin: 15 15 15 15;
35+
max-width: 1024px;
36+
margin: auto;
37+
margin-top: 16px;
2438
position: relative; ` margin-bottom: 0px;
2539
}
2640

@@ -49,8 +63,8 @@ h2 {
4963
font-weight:bold;
5064
text-align:center;
5165
font-size:130%;
52-
color:#101010;
53-
background-color:#E0E0E0;
66+
color: #FFFFFF;
67+
background-color: #6991AD;
5468
border-radius:5px;
5569
text-align:center;
5670
padding:5px;

0 commit comments

Comments
 (0)