-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfigma.css
More file actions
50 lines (45 loc) · 951 Bytes
/
Copy pathfigma.css
File metadata and controls
50 lines (45 loc) · 951 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
body{
margin: auto 0;
}
.left-sidebar{
width: 300px;
height: 100vh;
border: 1px solid #bbb;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
}
h1{
font-family: 'Courier New', Courier, monospace;
text-align: center;
color:rgb(21, 231, 231);
text-underline-position: below;
font-weight: bold;
border-bottom:1px solid #bbb;
}
.dashboard{
text-decoration: none;
font-family: 'Courier New', Courier, monospace;
padding-left: 100px;
color:rgb(21, 231, 231);
font-weight: bold;
}
h2{
font-size: 17px;
margin: 20px;
font-family: 'Courier New', Courier, monospace;
color:rgb(21, 231, 231);
font-weight: bold;
}
ul{
list-style: none;
}
li{
margin: 20px 16px;
}
li a{
color : rgb(90, 88, 88);
text-decoration: none;
}
.fa-solid{
font-size: 25px;
}