-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
56 lines (47 loc) · 955 Bytes
/
style.css
File metadata and controls
56 lines (47 loc) · 955 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
body {
background-color: #BCA37F;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
align-items: center;
margin: 0;
padding: 0;
}
header {
background-color: #FFF2D8;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
border-bottom: #113946 100px;
}
#left-header img {
width: 170px;
height: 170px;
max-width: 100%;
}
.hero img {
width: 100%;
padding: 0%;
}
#card1 img {
max-width: 100%;
}
nav a {
text-decoration: none;
padding: 10px 20px 10px 20px ;
color: #000000;
}
nav a:hover {
background-color: #EAD7BB;
border-radius: 8px;
color: #113946;
}
main {
text-align: center;
background-color: #FFF2D8 ;
text-decoration: #113946;
}
#about {
max-width: 100%;
margin: 0;
padding-top: 0px;
}