-
Notifications
You must be signed in to change notification settings - Fork 0
/
output.css
41 lines (40 loc) · 989 Bytes
/
output.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
@font-face {
font-family: AleoLight;
src: url("Aleo-Light.otf"); }
@font-face {
font-family: RalewayExtraLight;
src: url("Raleway-ExtraLight.ttf"); }
body {
text-align: center;
font-family: RalewayExtraLight;
padding-top: 9em; }
body a {
color: #64b9ac; }
body .intro {
font-size: 1.6em;
letter-spacing: 11px;
text-transform: uppercase; }
body .clicky {
color: #64b9ac;
text-transform: uppercase;
font-family: AleoLight;
font-size: 11em;
letter-spacing: -7px;
margin-top: -25px; }
body .button {
padding-top: 35px;
padding-bottom: 55px; }
body .button button {
border: none;
background-color: black;
color: white;
font-size: 2em;
padding-left: 27px;
padding-right: 27px;
padding-top: 13px;
padding-bottom: 13px;
text-transform: uppercase;
font-family: RalewayExtraLight; }
body .message {
padding-top: 2em; }
/*# sourceMappingURL=output.css.map */