-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
107 lines (90 loc) · 1.38 KB
/
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
body {
height: 100%;
margin: 0;
padding: 0;
font-family: 'Lemonada', cursive;
background-size: cover;
background-color: #e7e7e7;
}
.container {
font-size: 1.2rem;
width: 100%;
height: 100%;
}
.about-header {
font-family: 'Abril Fatface', cursive;
color: #581845;
width: 100%;
}
.about-header > h1 {
margin: 0
}
.how > h2{
text-align: center;
font-size: 2rem;
text-transform: uppercase;
font-family: 'Audiowide', cursive;
}
hr{
width: 80%;
}
.register {
text-align: center;
}
.order {
text-align: center;
}
.request {
text-align: center;
}
footer {
height: 100%;
background-color: black;
color: #ffff;
padding: 10px;
line-height: 30px;
font-weight: bolder;
}
hr {
width: 20%;
}
.site-map {
float: left;
width: 33%;
}
.sitemap ul li {
margin: 10px 0px;
text-align: center;
}
.sitemap ul {
margin:40px 30px 30px 0px;
padding:0px;
}
.site-map > div {
text-align: center;
}
.copy-section {
text-align: center;
}
footer {
bottom: 0;
background-color: #000;
color: #e7e7e7;
text-transform: uppercase;
}
.footer-container {
white-space:nowrap;
text-align:center;
}
footer ul {
list-style-type: none;
margin: 0;
}
.box {
width: 30%;
display:inline-block;
border-radius:5px;
}
.copyright {
text-align: center;
}