-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
81 lines (61 loc) · 1.06 KB
/
Copy pathmain.css
File metadata and controls
81 lines (61 loc) · 1.06 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
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
body {
margin:0px;
padding:0px;
font-family:verdana, arial, helvetica, sans-serif;
color:white;
background-color:black;
}
h1 {
margin:0px 0px 15px 0px;
padding:0px;
font-size:26px;
line-height:26px;
font-weight:900;
color:#ccc;
}
p {
font:14px/20px verdana, arial, helvetica, sans-serif;
margin:0px 0px 16px 0px;
padding:5px;
}
a {
color:#09c;
font-family:verdana, arial, helvetica, sans-serif;
}
li {
float: left;
width: 200px;
height: 200px;
margin: 0 40px 0 0;
}
li img {
display: block;
width: 100%;
height: 70%;
}
#Header {
margin:30px 0px 10px 0px;
padding:10px 0px 0px 20px;
border-style:solid;
border-color:#ffffff;
border-width:1px 0px;
line-height:11px;
background-color:#7f7f7f;
height:25px;
font-size:19px;
color:white;
text-align: center;
}
.link { font-size:14px; font-weight:bold; }
a:link {text-decoration:none;}
a:hover { text-decoration:underline; }
#contactbox {
text-align:right;
}
#maincontainer {
width: 50%;
margin: 20px auto;
padding:15px;
border:1px dashed #333;
overflow: auto;
}