-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
67 lines (57 loc) · 936 Bytes
/
styles.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
html {
background-color: #e6dcba;
}
body {
font-family: "Courier New", monospace;
}
h1 {
display: flex;
text-align: center;
margin-left: 25%;
margin-right: 25%;
}
h3 {
text-align: center;
}
p {
font-size: 16px;
}
div.lead-image {
max-width: 800px;
width: 100%;
display: table;
margin: 0 auto;
}
figcaption.caption {
display: flex;
text-align: center;
margin: 0 auto;
}
.flexbox1 {
display: flex;
font-size: 16px;
font-weight: bold;
text-align: justify;
margin-left: 25%;
margin-right: 25%;
}
.graphs {
display: flex;
margin-left: 20%;
margin-right: 20%;
}
div.caption {
display: flex;
margin-left: 35%;
margin-right: 35%;
font-size: 12px;
font-weight: bold;
}
.graph_intro {
display: flex;
margin-left: 25%;
margin-right: 25%;
font-size: 16px;
border-style: hidden;
font-weight: bold;
}