-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
45 lines (45 loc) · 802 Bytes
/
Copy pathstyle.css
File metadata and controls
45 lines (45 loc) · 802 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
nav{
background: rgba(0, 0, 0, 0.0);
width: 13%;
border-bottom: 0px solid darkgreen;
position: left;
float: left;
}
nav ul{
float: right;
display: flex;
list-style: none;
}
nav ul li a{
color: darkgreen;
line-height: 2px;
list-style: none;
padding: 12px 40px;
font-size: 18px;
text-decoration: none;
border-radius: 3px;
scroll-margin-left: 60vh;
float: right;
width: 7px;
}
nav ul li a:hover{
background-color: none;
}
nav ul a{
color: darkgreen;
line-height: 20px;
list-style: none;
padding: 12px 40px;
font-size: 20px;
text-decoration: none;
border-radius: 6px;
margin-right: 10px;
}
body{
background-image: url(file:///C:/Users/DEME/Desktop/lashx/dark.jpg);
background-size: 100% 100vh;
}
img{
height: 25.7vh;
width: 22vh;
}