-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbadge.css
59 lines (53 loc) · 947 Bytes
/
badge.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
body {
background-color: #894ec4;
background-size: 100%;
text-align: center;
font-family: helvetica;
font-size: 20px;
font-weight: 400;
letter-spacing: 2px;
line-height: 1.5em;
margin: 0 auto;
color: #fff;
}
ul {
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}
ul li {
text-decoration: none;
list-style: none;
margin-bottom: 10px;
}
h1 {
text-transform: uppercase;
letter-spacing: -1px;
font-weight: 900;
color: white;
font-size: 120px;
text-shadow: 15px 12px #194570;
text-align: center;
margin-top: 75px;
}
h2 {
text-transform: uppercase;
letter-spacing: -1px;
font-weight: 900;
color: white;
font-size: 50px;
text-align: center;
margin-top: 40px;
}
.header img {
height: 140px;
margin-top: 25px;
}
.header h1 {
text-shadow: none;
font-size: 70px;
text-align: left;
margin-top: 25px;
}