-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.css
More file actions
64 lines (64 loc) · 1.23 KB
/
Copy pathindex.css
File metadata and controls
64 lines (64 loc) · 1.23 KB
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
* {
font-family: 'Merriweather', serif;
box-sizing: border-box;
margin: 0%;
padding: 0%;
}
.navbar {
background-color: #fbf4e2;
margin-bottom: 30px;
padding: 20px;
font-size: 18px;
}
.navbar a:hover {
cursor: pointer;
color: #b4d51e;
}
.navbar a {
color: #463C74;
text-decoration: none;
}
.btn {
font-size: 15px;
padding-left: 15px;
padding-right: 15px;
background-color: #b4d51e;
}
.btn:hover,
.btn:focus {
color: #fff;
background-color: #463C74;
border-color: #463C74;
}
.herodiv{
background-color: #FBF4E2;
border-radius: 5%;
display: flex;
}
.headertext{
margin-top: 150px;
margin-left:10px;
text-align: left;
}
.heroimage{
flex-direction: row;
justify-content: flex-end;
}
.illustrationhero{
margin-left: 420px;
}
h1,h3{
color: #463C74;
font-weight: 700;
}
.slide{
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVQAAACUCAMAAAD70yGHAAAAA1BMVEVGPHT39gByAAAASElEQVR4nO3BMQEAAADCoPVPbQ0PoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIBnA8UkAAEmGMCJAAAAAElFTkSuQmCC' );
padding: 60px;
}
.footer{
background-color: #FBF4E2;
padding: 20px;
}
.card{
box-shadow: 0 4px 30px grey;
}