-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
79 lines (69 loc) · 1 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
.generic
{
background-color:#212121;
}
.navbar {
overflow: hidden;
background-color: #006633;
position: fixed;
top: 0;
width: 100%;
border-radius:0px 0px 15px 15px;
}
.navbar a{
float: left;
display: block;
color: #ffcc33;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.navbar a:hover {
background: #ffcc33;
color: #006633;
}
.Titl
{
color:#ffcc33;
font-size:35px;
padding:5%;
left:50%;
}
.Titll
{
color:#ffcc33;
font-size:30px;
padding:2%;
left:10%;
}
.boxy
{
border-radius:10%;
color:#ffcc33;
margin:left;
font-size:20px;
background-color:#363636;
}
.accordion {
background-color: #006633;
color: #ffcc33;
cursor: pointer;
padding: 18px;
width: 100%;
text-align: center;
border: none;
outline: none;
font-size:35px;
transition: 0.4s;
}
.active, .accordion:hover {
background-color: #025c1a;
}
.panel {
padding: 0px 18px;
color:#ffcc33;
font-size:20px;
display: none;
overflow: hidden;
}