generated from sarahbawabe/cs1300-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
54 lines (44 loc) · 746 Bytes
/
index.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
/* Put your style information here! */
img {
margin: 10px;
border: 3px solid #000;
box-shadow: 3px 3px 8px 0px;
max-width: 800px;
}
.row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
justify-content: center;
}
.column {
display: flex;
flex-direction: column;
flex-basis: 100%;
flex: 1;
}
.dub {
flex-grow: 2;
}
.mid {
align-items: center;
}
h1 {
font-family: 'Corben';
text-align: center;
}
h2 {
font-family: 'Corben';
color: skyblue;
}
h3, h4 {
font-family: 'David Libre', serif;
color: seagreen;
}
div {
font-family: 'Nunito', sans-serif;
}
body {
background: url(cream_dust.png);
}