-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
72 lines (68 loc) · 1.25 KB
/
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
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
72
body {
background-color: #f16059;
}
.page {
width: 80%;
max-width: 960px;
margin: 50px auto;
text-align: center;
background-color: #f16059;
border-radius: 5px;
}
body {
font: 14px/26px 'Bungee', Helvetica, Arial, sans-serif;
color: #222;
margin: 0px;
padding: 0px;
text-transform: uppercase;
}
header{
font-size: 24px;
line-height: 48px;
}
h4 {
font-size: 21px;
font-family: 'Bungee', cursive;
}
h4 #clock {
font-size: 36px;
display: block;
padding: 5px 0px;
}
h1, h2, h3, h6 {
font-family: 'Bungee Shade', cursive;
}
blockquote {
font: 2em/1em 'Open Sans', sans-serif;
-webkit-text-stroke: 1px black;
text-shadow: 2px 2px #000;
margin: -80px 0 100px 0;
color: #fff;
}
blockquote:before { content: '"'; }
blockquote:after { content: '"'; }
#lolcat {
margin: 0 auto;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 10px;
border:10px solid #222;
}
#wakeUpTimeSelector, #lunchTimeSelector, #napTimeSelector {
padding: 10px 0;
}
#partyTimeButton {
background-color: #222;
width: 300px;
font-family: 'Bungee', cursive;
font-size: 18px;
color: #fff;
border: none;
border-radius: 5px;
padding: 10px 0;
margin-top: 20px;
}
footer p {
text-transform: uppercase;
font-size: 12px;
}