-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWEBPAGE.css
More file actions
42 lines (41 loc) · 802 Bytes
/
WEBPAGE.css
File metadata and controls
42 lines (41 loc) · 802 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
title{
text-align: center;
font-size: 50px;
font-family: "Verdana", sans-serif;
}
h1.subhead{
font-size: 50px;
text-align: center;
font-family: "Verdana", sans-serif;
}
p.a{
text-align: left;
font-size: 24px;
font-family: "Verdana", sans-serif;
color: red;
}
p.b{
text-align: right;
font-size: 24px;
font-family: "Verdana", sans-serif;
color: #00FF00;
}
#study{
text-align: center;
color: blue;
font-size: 24px;
font-family: "Verdana", sans-serif;
text-decoration: line-through;
}
ol.main{
list-style-type: disc;
font-family: "Verdana", sans-serif;
}
ol.sub{
list-style-type: circle;
font-family: "Verdana", sans-serif;
color: cyan;
}
span.red{
color: red;
}