-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyleold.css
More file actions
59 lines (49 loc) · 810 Bytes
/
Copy pathstyleold.css
File metadata and controls
59 lines (49 loc) · 810 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
52
53
54
55
56
57
58
59
html,body{height:100%;}
body{
background: url("bg.jpg") no-repeat;
background-size: cover;
color: #c9cdd3;
font-family: Arial;
margin:0px;
}
h1{
text-align: center;
}
h5{
text-align: center;
}
.category {
text-align: center;
padding-top: 50px;
}
.category select{
background:transparent;
border: 1px solid #ccc;
}
.header{
position: relative;
margin-top: 150px;
}
ul{
margin: 0px;
padding: 0px;
list-style: none;
}
li{
float: left;
width: 200px;
height: 40px;
background-color: black;
opacity: .6;
line-height: 40px;
font-size: 20px;
text-align: center;
}
ul li a{
text-decoration: none;
color: white;
display: block;
}
ul li a:hover{
background-color:green;
}