-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
59 lines (49 loc) · 727 Bytes
/
styles.css
File metadata and controls
59 lines (49 loc) · 727 Bytes
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 {
position: relative;
margin: 0;
padding: 0;
font-family: 'Bungee', cursive;
text-align: center;
color: black;
background: #f2dcb1;
}
h1 {
display: block;
font-family: 'Bungee Shade', cursive;
}
h2 {
font-weight: 500;
font-size: 24px;
}
a {
color: inherit;
text-decoration: underline;
}
p {
color: #008c41;
}
.title {
font-weight: bolder;
color: #008c41;
letter-spacing: -6.7px;
text-transform: uppercase;
font-size: 54px;
padding: 0 16px;
}
button {
padding: 10px;
font-size: 24px;
}
#new-project {
margin-top: 20px;
font-size: 44px;
}
#project-generation {
font-size: 55px;
}
#project-generation span {
margin-top: 70px;
}
ul li {
list-style-type: none;
}