-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.css
87 lines (74 loc) · 1.46 KB
/
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
#body{
background-color: rgb(168, 222, 178);
}
.title{
text-align: center;
font-family: 'Niconne', cursive;
font-size: 80px;
margin: 0%;
padding: 0%;
padding-bottom: 10px;
}
.horizontal-nav{
background-color: rgb(90, 162, 104);
text-align: center;
padding: 15px;
}
.horizontal-nav a{
margin: 0 30px 0 30px;
letter-spacing: 1px;
}
.content{
color: rgb(46, 70, 51);
padding: 10px;
margin: 15px;
border-radius: 15%;
}
.content:hover{
background-color: rgb(78, 127, 91);
color: black;
}
.intro{
margin: 12px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size: larger;
}
.image1{
width: 350px;
height: 200px;
float: right;
margin: 10px 0 15px 20px;
}
.first-para{
margin: 10px;
}
.footer{
margin-top: 150px;
width: 100%;
padding: 70px 15%;
background: rgb(90, 162, 104);
color: rgb(184, 239, 194);
display: flex;
text-align: center;
}
.col{
margin: 0 180px 0 180px;
}
.footer div h3{
font-weight: 500;
margin-bottom: 20px;
letter-spacing: 1px;
color: rgb(48, 73, 53);
}
.footer div a{
font-weight: 300;
margin-bottom: 20px;
color: #efefef;
letter-spacing: 1px;
}
.copy{
text-align: center;
margin: 0%;
padding: 0%;
background-color: rgb(90, 162, 104);
}