-
Notifications
You must be signed in to change notification settings - Fork 0
/
bleedbytes.css
67 lines (58 loc) · 1.08 KB
/
bleedbytes.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
60
61
62
63
64
65
66
67
@import url('https://fonts.googleapis.com/css?family=Gugi');
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans+Condensed');
@import url('https://fonts.googleapis.com/css?family=Slabo+27px');
#navtext {
font-family: 'IBM Plex Sans Condensed', sans-serif;
color: #000000;
}
.color {
background: #f4511e;
}
#logo {
font-family: 'Gugi', cursive;
color: #212121;
}
#para {
font-family: 'Slabo 27px', serif;
font-size: 1.3rem;
}
#about-title {
font-family: 'Slabo 27px', serif;
font-size: 3rem;
}
#address {
font-family: 'Slabo 27px', serif;
color: #ffffff;
}
.sidenav {
height: 150px;
width: 80px;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #483D8B;
overflow-x: hidden;
padding-top: 50px;
margin-left: -45px;
transition: all .5s;
margin-top: 5em;
border-radius: 4px;
}
.sidenav:hover {
margin-left: 3px;
background-color: #111;
}
.sidenav a {
padding: 0px;
text-decoration: none;
color: #fff;
display: block;
transform: rotate(270deg);
}
.sidenav a:hover {
color: #f1f1f1;
}
#concol{
color:white;
}