-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcss.css
More file actions
47 lines (37 loc) · 739 Bytes
/
Copy pathcss.css
File metadata and controls
47 lines (37 loc) · 739 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
.et-center-align {
text-align: center;
}
h1.name-font {
font-family: 'Fjalla One', sans-serif;
font-size: 4rem;
}
body {
font-family: 'Roboto', sans-serif;
font-size: 2rem;
}
.minus-footer {
padding-bottom: 2em;
}
.et-image-courtesy {
position: fixed;
bottom: 0;
left: 1rem;
padding-bottom: 0.5em;
width: 100%;
background: white;
}
footer.footer-font-size#footer-size {
font font-family: 'Fjalla One', sans-serif;
font-size: 1.5rem;
}
.margin-zero {
list-style-type: none;
margin: 0;
padding: 0;
}
.cut::before {
position: absolute;
font-family: 'Indie Flower', cursive;
transform: rotate(-5deg) translate(0px, -15px) scale(1.1);
content: attr(data-replace);
}