-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfinal.css
More file actions
54 lines (51 loc) · 786 Bytes
/
final.css
File metadata and controls
54 lines (51 loc) · 786 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
52
53
54
h1 {
text-shadow: 2px 2px #FF0000;
}
body {
background-image: url("background.jpg");
}
div.transbox {
margin: 10px;
background-color: #ffffff;
border: 1px solid black;
opacity: 0.6;
}
div.h1 {
color:#000099;
}
.side {
height: 100%;
width: 160px;
position: fixed;
z-index: 1;
top: 100;
left: 0;
background-color: #111;
overflow-x: hidden;
padding-top: 20px;
}
.side a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
}
.side a:hover {
color: #f1f1f1;
}
.side a:active{
color:blue;
}
.content {
margin-left: 160px; /* Same as the width of the sidenav */
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
opacity: 0.6
color: black;
text-align: center;
}