-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathutility.css
More file actions
51 lines (51 loc) · 883 Bytes
/
Copy pathutility.css
File metadata and controls
51 lines (51 loc) · 883 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
.box-header:hover{
border: 2px solid rgb(176, 203, 201);
}
.invert{
filter: invert(100%);
}
.right-box-1{
height: 40px;
font-size: 13px;
color: white;
display: flex;
justify-content: center;
align-items: center;
width: 6vw;
}
.right-box-1:hover{
border: 2px solid rgb(176, 203, 201);
}
.line{
height: 1px;
background-color: black;
}
.bold span{
font-size: 19px;
font-weight: bold;
}
.left li{
height: 40px;
width: 20vw;
}
.bold ul li{
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
}
.bold ul li:hover{
background-color: rgb(173, 187, 182);
}
.bold{
padding: 10px 20px;
}
.invert{
filter: invert(100%);
}
.separate{
height: 1px;
background-color: black;
position: relative;
top: 130px;
}