-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
82 lines (81 loc) · 1.3 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
/* CSS to accompany assignment 7 */
h1 {
color:#2d3e54;
width: 500px;
height: 50px;
border-style: solid;
border-width: 5px;
border-color:#2d3e54;
margin-top:10px;
margin-right:200px;
margin-left:80px;
position:relative;
left:100px;
}
p {
color:#000099;
width: 1000px;
height: 100px;
border-style: dotted;
padding-top: 20px;
padding-bottom:20px;
padding-right:20px;
padding-Left:40px;
z-index: -1;
}
#email{
position:fixed;
bottom: 300px;
right:0;
left:700px;
border-style:solid;
z-index:1;
}
#image{
z-index: -1;
}
#statue{
float:right;
}
#links
{
clear:right;
}
h2 {color:#830909;}
div{
position:relative;
left:30px;
}
code {
float:left;
color:#663300;
font-weight:bold;
}
ul {
clear:left;
font-style:italic;}
.notice {color:#830909;}
.hilite {background-color:#FFFF00;}
span.notice {
float:right;
font-weight:bold;}
span.hilite {font-size:75%;}
a:link {color:#003366;text-decoration:none;}
a:visited {color:#6699CC;text-decoration:none;}
a:hover {color:#CC3300;text-decoration:underline;}
a:active {color:#CC3300;text-decoration:underline;}
#navigation {
position:absolute;
top:100px;
left:900px;
border-style:solid;
border-width: 3px;
float:left;
width:200px;
background-color:#33CCCC;
}
#title {color:#FF00FF;}
ol li {
position:absolute;
top:80px;
font-style:italic;}