-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
62 lines (62 loc) · 1008 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
51
52
53
54
55
56
57
58
59
60
61
62
*{
margin:0;
}
body{
background-image: url(avengers.jpg);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
header{
padding: 10px 5%;
background-color:white;
}
header>*{
display: inline-block;
width:450px;
}
.emptiness{
width:10%;
}
header a{
text-decoration: none;
color: black;
margin:0 10px;
}
.banner{
padding: 20% 5%;
color: white;
font-size: 30px;
}
.post{
padding: 10px 5%;
text-align: center;
background-color:white;
}
.post>*{
display: inline-block;
width:450px;
font-size:30px;
vertical-align: middle;
}
.break{
height:700px;
}
#final{
padding:15% 30%;
background-image: url(pattern.jpg);
background-attachment: fixed;
}
#final>div{
padding: 10px;
background-color: white;
font-size:30px;
text-align: center;
border: 4px solid black;
}
footer{
background-color:black;
padding:10px 0;
text-align: center;
color:white;
}