-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
50 lines (46 loc) · 795 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
html, body {
margin: 0px;
padding: 0px;
border: 0px;
color:#fff;
}
h1{
color:#FECA06;
font-size: 36px;
}
h3{
color:#FECA06;
font-size: 24px;
}
p {
font: 20px;
}
body {
background: url(images/botiwpwy.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#top {
background: url(images/topiwpwy.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width:100%;
height: 280px;
padding-top: 20px;
position: fixed;
z-index: 50;
}
.heading {
width:70%;
margin: auto;
}
.content {
overflow-x:auto;
padding-top: 200px;
width:70%;
margin: auto
}