-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
88 lines (86 loc) · 1.75 KB
/
style.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
88
*{
margin: 0;
padding: 0;
}
nav{
background-image: linear-gradient(to right, #0e513d, #0e553c, #0f593b, #125d3a, #176138, #1a6339, #1e6539, #21673a, #22683e, #246842, #266946, #29694a);
display: flex;
align-items: center;
}
nav img{
height: 80px;
margin-left: 8px;
}
.navigation{
margin-left: 5vw;
}
.align {
display: flex;
justify-content: center;
align-items: center;
margin-left: 20vw;
list-style: none;
}
.align li a{
color: white;
text-decoration: none;
padding: 23px;
font-size: 17px;
padding-bottom: 37px;
}
.btn1{
border-radius: 9px;
margin-left: 21vw;
background-color: #266946;
color: rgba(255, 255, 255, 0.829);
padding: 8px;
border: 3px solid #ffffff9c;
font-weight: bold;
}
.btn1:hover{
color: yellow;
transition: 0.4s ;
font-size: 12.4px;
border-color: rgba(255, 255, 255, 0.589);
}
.navigation li a:hover{
background-color: rgba(255, 255, 255, 0.274);
color: rgba(0, 0, 0, 0.856);
font-weight: bold;
transition: .5s;
}
#emailHelp a{
text-decoration: none;
}
.container{
background-color: #e5faf5;
}
footer{
display: flex;
justify-content: space-between;
align-items: center;
}
.email{
text-decoration: none;
color:#73d89b ;
}
.email:hover{
text-decoration: underline;
color:#73d89b ;
}
.carousel-caption img{
opacity: 10;
background-color: black;
position: absolute;
}
.carousel-caption h1{
color: white;
text-decoration: underline;
background-color: rgba(0, 0, 0, 0.40);
border-radius: 12px;
position: initial;
}
.information{
margin-top: 50vh;
background-color:#e5faf5 ;
}