-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
58 lines (48 loc) · 867 Bytes
/
styles.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
h1 {
font-size: 70px;
line-height: 45px;
font-family: 'Open Sans Condensed', sans-serif;
color: #403E2F;
text-transform: uppercase;
}
.intro {
font-family: 'Open Sans Condensed', sans-serif;
font-size: 40px;
font-weight: 300;
}
.app-box {
margin-top:45px;
width: 800px;
}
.whine-body {
font-family: 'Lora', serif;
text-align: center;
}
.ng-hide-remove {
animation: 1s fadeIn ease;
}
.repeat-whine {
font-family: 'Open Sans Condensed', sans-serif;
color: #403E2F;
}
#platitude {
font-size: 22px;
animation: 3s fadeIn ease;
margin-bottom: 5px;
text-transform: uppercase;
}
#have-glass {
font-size: 18px;
animation: 6s fadeIn ease;
margin-bottom: 5px;
}
#description {
font-size: 18px;
animation: 8s fadeIn;
margin: 0 auto 5px;
width: 500px;
}
#whine-again {
animation: 5s fadeIn;
margin-bottom: 5px;
}