-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
106 lines (87 loc) · 1.42 KB
/
index.css
File metadata and controls
106 lines (87 loc) · 1.42 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
body,
html {
min-height: 100%;
}
body {
background-image: url("../images/asses.jpg");
background-repeat: no-repeat;
background-size: cover;
}
header {
background: #f9f9f9;
color: white;
padding: 0.5% 0.5% 0.5% 0.5%;
margin-top: 0.5%;
}
nav ul {
margin: 0;
padding: 0 0 0 0.5%;
display: inline;
}
nav ul li {
background: black;
color: white;
display: inline-block;
list-style-type: none;
padding: 0.25% 0.5%;
}
nav ul li a {
color: white;
}
.welcome {
display: block;
margin-left: auto;
margin-right: auto;
}
.tolms {
text-align: center;
font-size: 150%;
}
.dpdn {
text-align: center;
}
.dropdown {
position: relative;
display:inline-block;
max-width: 20%;
max-height: 10%;
}
.dropbtn {
background-color: #4CAF50;
color: white;
padding: 1%;
font-size: 108%;
border: none;
cursor: pointer;
}
.dropbtn a {
color: white;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 100%;
box-shadow: 0 0.5% 1% 0 rgba(0,0,0,0.2);
}
.dropdown-content a {
color: black;
padding: 2% 2%;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {background-color: #ccffcc}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown:hover .dropbtn {
background-color: #3e8e41;
}
.fd {
margin-top: 23%;
left: 30%;
right: 30%;
}
footer {
text-align: center;
}