-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle2.css
More file actions
66 lines (55 loc) · 840 Bytes
/
style2.css
File metadata and controls
66 lines (55 loc) · 840 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
56
57
58
59
60
61
62
63
64
65
66
.sedgwick {
font-family: 'Sedgwick Ave', cursive;
}
.shadows {
font-family: 'Shadows Into Light', cursive;
color: white;
}
.banner {
display: flex;
justify-content: space-around;
background-color: #0C2340;
padding: 1em;
margin: 2% 0 2% 0;
}
.menu {
display: flex;
flex-direction: row;
flex-flow: wrap;
}
.button {
padding: 0 .3em 0 .3em;
background-color: #FC4C02;
margin: .25em;
border-radius: 5px;
font-size: 2em;
text-align: center;
}
h1 {
color: #FC4C02;
}
main {
font-family: 'Quicksand', sans-serif;
}
ul {
margin-left: 2em;
}
.main {
width: 100%;
padding: 2em;
}
.mainimg {
float: right;
margin: 0 4em 0 4em;
width: 250px;
border-radius: 15px;
}
p {
margin-right: 4em;
}
.footer {
display: flex;
align-items: flex-end;
align-content: center;
color: #FC4C02;
}