-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmen.css
78 lines (67 loc) · 890 Bytes
/
men.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
body{
color: #fffdfc;
background-color: #070707;
font-size:25px;}
head{
background-color: #faf9f7;
}
h1{
text-shadow: 4px 2px;
height:100px;
font-size:50px;
color:black;
text-align:center;
background-color: #faf9f7;
margin-top:-20px;
padding:10px;
}
img.a{
margin-right:40px;
height:80px;
padding:5px 10px 0px 80px;
margin:auto;
float:left;
}
/* unvisited link */
a:link {
color: blue;
}
/* visited link */
a:visited {
color: green;
}
/* mouse over link */
a:hover {
color: white;
}
/* selected link */
a:active {
color:green;
}
ul.a{
height:60px;
font-size:20px;
background-color:orange;
font-weight:bold;
text-align:right;
padding:10px;
}
li{
display:inline;
padding:10px;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}
head{
background-color: #faf9f7;
}