-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet1.css
95 lines (90 loc) · 1.39 KB
/
stylesheet1.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
83
84
85
86
87
88
89
90
91
92
93
94
#maincontainer{
background-color:white;
width: 100%;
height:100%;
position: absolute;
}
#headerpic{
width:100%;
height:60px%;
position: static;
display: block;
}
#horizontalnav{
postion:relative;
text-align: center;
}
#horizontalnav ul{
list-style: none;
}
#horizontalnav ul li{
display: inline;
margin-right: 5px;
margin-left: 5px;
border:1px solid black;
border-radius: 3px;
padding: 2px 3px 2px 3px;
background-color:white;
}
#horizontalnav ul li a {
color:green;
text-decoration: none;
font-family: serif;
}
#horizontalnav ul li a:hover {
color:blue;
text-decoration: none;
}
#horizontalnav ul li a:visited{
boreder:1px dashed red;
}
aside{
position:relative;
float: right;
}
#footer address center{
background-color:white;
position: absolute;
bottom:10px;
}
#list option{
color:blue;
background-color:yellow;
font-family: cursive;
}
#list{
display: none;
}
/* about me styles*/
#aboutme{
background-color: green;
position: absolute;
float:right;
}
/* contact me styles*/
#contactme{
}
/*my gallery styles*/
#gallery a img:hover{
border:1px dashed blue;
}
a img:nth-of-type(4n){
margin-right: 0px;
}
#gallery a img:visited{
border:1px sollid green;
}
#gallery a img{
display: inline-block;
width:200px;
height:100px;
margin-right: 8px;
margin-bottom: 8px;
}
#gallery a {
display: inline-block;
width:200px;
height:100px;
margin-right: 8px;
margin-bottom: 8px;
}