forked from skillcrush/git-practice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbec-r.css
More file actions
55 lines (46 loc) · 710 Bytes
/
bec-r.css
File metadata and controls
55 lines (46 loc) · 710 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
/***** BASE STYLES *****/
body {
font-size: 16px;
padding: 1em;
margin: o auto;
background: #abd7eb;
}
h1 {
font-size: 2.25em;
margin-top: 1em;
text-align: center;
color: #3a243b;
}
h2 {
font-size: 2.25em;
text-align: center;
color: #3a243b;
}
h3 {
font-size: 20px;
text-align: center;
color: #3a243b;
}
h4 {
font-size: 1.5em;
font-weight: bold;
color: #3a243b;
margin-left: 100px;
}
p {
color: #3a243b;
margin-left: 120px;
margin-right: 120px;
}
a {
text-decoration: none;
color: #3a243b;
}
.cheering_gif {
text-align: center;
}
footer {
text-align: center;
padding-top: 1em;
}