-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathformat.css
More file actions
65 lines (55 loc) · 1.16 KB
/
format.css
File metadata and controls
65 lines (55 loc) · 1.16 KB
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
#freestyle {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
background-color: rgb(80, 79, 79);
}
.sidenav{
box-sizing: border-box;
height: 100%;
width: 200px;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: aqua;
overflow: hidden;
}
.sidenav a {
color:black;
padding: 16px;
text-decoration: none;
display: block;
font-weight: bold;
font-size: 25px;
}
.sidenav a:hover{
background-color: rgb(80, 79, 79);
color:aqua;
}
.content{
margin-left: 200px;
padding-left: 20px;
background-color: rgb(80, 79, 79);
color: aqua;
font-size: 25px;
}
marquee {
font-family: Georgia, 'Times New Roman', Times, serif;
color:aqua;
background-color: rgb(80, 79, 79);
}
footer{
position: fixed;
bottom: 0;
width: 100%;
background-color:aqua;
color: black;
text-align: center;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.container{
border:1px solid aqua;
margin-left: 200px;
height:320px ;
width:10o%;
}