-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
81 lines (69 loc) · 1.53 KB
/
styles.css
File metadata and controls
81 lines (69 loc) · 1.53 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
81
body {
margin-right: 15px;
margin-left: 10px;
}
article {
font-family: 'Times New Roman', Times, serif;
text-align: justify;
margin: 50px 100px 10px 100px;
line-height: 1.6;
background-image: url('WidgetCoLogo.gif');
background-repeat: no-repeat;
background-position: center top;
background-size: 550px 360px;
}
section {
border: #000000 5px solid;
border-left: 30px solid #a16702;
padding: 10px;
margin-bottom: 20px;
background-color: #fdbf68;
clear: both;
line-height: normal;
padding-left: 20px;
}
header {
text-align: center;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-right: 15px solid #000000;
padding: 4px 0;
font-family: 'Times New Roman', Times, serif;
font-variant: small-caps;
}
aside {
text-align: right;
font-family: 'Times New Roman', Times, serif;
padding-top: 5px;
padding-right: 15px;
color: #000000;
border-right: #c17d00 15px solid;
float: right;
width: 200px;
}
aside::first-line {
font-weight: bold;
}
footer {
text-align: right;
font-family: 'Times New Roman', Times, serif;
font-style: italic;
border-top: 1px solid #c8c8c8;
color: #b4b4b4;
padding: 5px 0;
}
footer a:link {
color: #939397;
}
h1 {
font-family:'Times New Roman', Times, serif;
font-size: 42px;
margin: 30px 0 10px 0;
text-align: left;
}
h2 {
font-family:'Times New Roman', Times, serif;
font-style: italic;
text-align: center;
line-height: normal;
}