-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
51 lines (47 loc) · 886 Bytes
/
styles.css
File metadata and controls
51 lines (47 loc) · 886 Bytes
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
body
{
margin: 0;
width: 100%;
height: 100%vh;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-image: url(1643972853894.jpg)
}
ul.topnav {
list-style-type: none;
margin: 40px;
padding-left: 425px;
overflow: hidden;
background-color: rgba(68, 89, 109, 0.719);
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
li {
float: left;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover:not(.active) {
background-color: #111;
}
.active {
background-color: #0f3b7c;
}
.main {
background-color: rgb(243, 157, 28);
padding: 14px 16px;
}
.header {
text-align: center;
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: rgb(255, 255, 255);
}
.index{
color: rgb(255, 255, 255);
font-family: Verdana, Geneva, Tahoma, sans-serif;
}