-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstylesheet.css
More file actions
51 lines (51 loc) · 1.34 KB
/
stylesheet.css
File metadata and controls
51 lines (51 loc) · 1.34 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
.header{
top: 0px;
left:0px;
right:0px;
height:140px;
position:absolute;
text-align: center;
background-color: darkblue;
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}
.footer {
bottom: 0px;
left: 0px;
right: 0px;
height: 60 px;
position: absolute;
text-align: center;
margin-top:50px;
font-size: 5px;
background-color: darkblue;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}
.left {
position: absolute;
top: 160px;
left: 100px;
width: 400px;
height: 420px;
font-size: 50px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif font-size: 50px;
background-color: white;
}
.body{
background-color:cornflowerblue;
}
.center{
position:absolute;
top:160px;
margin-left: 700px;
margin-right: 530px;
}
.right {
position: absolute;
background-color: white;
top: 160px;
height: 420px;
right: 100px;
width: 400px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif width: 400px;
font-size: 12px;
}