-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain-3.css
More file actions
executable file
·62 lines (49 loc) · 743 Bytes
/
Copy pathmain-3.css
File metadata and controls
executable file
·62 lines (49 loc) · 743 Bytes
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
@charset "UTF-8";
/* Main CSS Document */
* {
font: normal 12px/14px Helvetica,Arial,sans-serif;
}
h1 {
font: bold 18px/22px "Times New Roman",serif;
color: #f00;
}
h2 {
font: bold 16px/20px "Times New Roman",serif;
}
h3 {
font: bold 14px/16px "Times New Roman",serif;
}
a:link {
color: #0f0;
}
img {
border: 5px dashed red;
}
a img {
border: 15px outset #0f0;
}
/* layout */
header {
display: block;
width: 100%;
float: left;
border-bottom: #000 solid 2px;
margin-bottom: 30px;
}
header img {
width: 75px;
height: 75px;
border: 0;
}
section, article {
display: block;
width: 400px;
float: left;
}
footer {
display: block;
width: 100%;
float: left;
border-top: #000 solid 2px;
margin-top: 30px;
}