-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
47 lines (39 loc) · 690 Bytes
/
style.css
File metadata and controls
47 lines (39 loc) · 690 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
body {
max-width: 45rem;
background-color: silver;
color: midnightblue;
font-family: 'Roboto Condensed', sans-serif;
margin-left: 20px;
}
html {
font-size: 100%;
}
.our-div {
text-align: left;
}
h2 {
font-size: 4rem;
}
h3 {
font-size: 3rem;
}
.paragraph-one {
font-family: 'Cormorant Garamond', serif;
font-size: 2rem;
}
.paragraph-two {
font-family: 'Cormorant Garamond', serif;
font-size: 2rem;
}
.paragraph-three {
font-family: 'Cormorant Garamond', serif;
font-size: 2rem;
font-style: italic;
letter-spacing: 8px;
}
.paragraph-four {
font-family: 'Cormorant Garamond', serif;
font-size: 2rem;
font-style: italic;
letter-spacing: 8px;
}