-
Notifications
You must be signed in to change notification settings - Fork 0
/
AVR.css
69 lines (65 loc) · 881 Bytes
/
AVR.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
body{
background-color:white;
height:895px;
}
.header {
width:101%;
height:60px;
background-color:#008b03;
position:fixed;
font-family:Copperplate gothic light;
top:-5px;
margin-left:-11px;
border:1px solid black;
z-index:1;
}
#home{
left:50px;
top:17px;
height:30px;
border:none;
}
#about {
left:135px;
top:17px;
height: 30px;
border:none;
}
#resume {
left:250px;
top:17px;
height:30px;
border:none;
}
#contact {
left:350px;
top:17px;
height:30px;
border:none;
}
.bodyx {
height:841px;
width:102%;
margin-left:-8px;
background-color:#e1e1e1;
margin-top:8px;
}
#resume2 {
position:absolute;
width:80%;
background-color:yellow;
height:700px;
margin-top:75px;
margin-left:100px;
}
.footer {
width:102%;
height:60px;
background-color:#008b03;
margin-left:-9px;
border:1px solid black
}
#copy {
margin-left:15px;
margin-top:20px;
}