-
Notifications
You must be signed in to change notification settings - Fork 0
/
front-pg-style.css
40 lines (39 loc) · 951 Bytes
/
front-pg-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
body{
background-color: #1A6EBC; border-color: #164DA0;
}
.main-banner{
padding-top: 10%;
text-align:center;
vertical-align:middle;
font-size: 120px;
color: white;
font-weight: bold;
}
.font-pg-menu{
text-align:center;
vertical-align:middle;
color: white;
padding-top: 10px;
font-size: 20px;
}
.font-pg-menu a{
color:white;
}
.font-pg-menu a :visited {
color:white;
text-decoration: none;
}
.font-pg-menu a :hover {
color:white;
text-decoration: underline;
}
@media screen and (max-width: 768px) {
.main-banner{
font-size:100px;
}
}
@media screen and (max-width: 568px) {
.main-banner{
font-size:60px;
}
}