-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
59 lines (50 loc) · 1.24 KB
/
style.css
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
body {
background-color: #01161E;
}
.left-bar {
background-color: #01212e;
height: 100%;
width: 10%;
position: fixed;
top: 0;
left: 0;
overflow-x: hidden;
padding-top: 20px;
align-items: center;
text-align: center;
}
.logo {
width: 100%;
align-items: center;
display: block;
margin-left: auto;
margin-right: auto;
}
.name {
color: antiquewhite;
}
.developer {
color: rgb(253, 232, 204);
}
.home {
border-radius: 30%;
background-color: #01212e;
color: antiquewhite;
width: 100%;
font-size: 25px;
font-weight: 800;
font-family: system-ui Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.home[type="button"] {
border: none;
outline-width: 10px;
}
.home:hover {
border-radius: 30%;
background-color: #01212e;
color: rgb(216, 196, 171);
width: 100%;
font-size: 25px;
font-weight: 800;
font-family: system-ui Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}