-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
74 lines (63 loc) · 1.17 KB
/
style.css
File metadata and controls
74 lines (63 loc) · 1.17 KB
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
body {
background: url("oldskool.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-family: 'Oswald', sans-serif;
/*padding: -20;*/
}
.navbar-light .navbar-brand {
color: #fff;
font-size: 30px;
}
.navbar-light .navbar-brand:hover {
color: #fff;
}
.nav-link {
color: #fff !important;
font-size: 25px !important;
}
.nav-link:hover {
color: black !important;
font-size: 28px !important;
}
h1{
font-size: 60px;
}
@media screen and (max-width: 600px) {
h1 {
font-size: 50px;
}
}
.head {
color: black;
position: absolute;
top: 35%;
left: 50%;
transform: translate(-50%, -50%);
}
.btn-warning,
.btn-warning:hover,
.btn-warning:focus {
position: absolute;
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
font-size: 18px;
padding: 7px 15px;
background-color: #e4000f;
border-color: #e4000f;
color: #fff;
}
@media screen and (max-width: 600px) {
.btn {
font-size: 13px;
}
}
@media screen and (max-width: 600px) {
h1 {
font-size: 36px !important;
}
}