-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
53 lines (52 loc) · 1.04 KB
/
style.css
File metadata and controls
53 lines (52 loc) · 1.04 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
html{
margin: 0;
padding: 0;
}
body{
font-family: 'Times New Roman', Times, serif;
color: white;
background:#89c052;
margin: 0;
padding: 0;
}
p {
margin-top: 0;
text-align: justify;
font-size: medium;
font-family: 'Times New Roman', Times, serif;
color: rgb(30, 209, 200);
}
h1 {
text-align: center;
font-size: 210%;
font-family:'Times New Roman', Times, serif 1.4em, georgia, sans-serif;
letter-spacing:1px;
margin-bottom: 0;
}
h2 {
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 200%;
color: rgb(78, 7, 109);
}
h3 {
text-align: left;
color: brown;
font-size: 120%;
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
}
h4 {
text-align: left;
color: rgb(231, 218, 37);
font-size: 100%;
font-family: 'Times New Roman', Times, serif;
font-style: normal;
}
p {
text-align: left;
font-size: 100%;
font-family: 'Times New Roman', Times, serif;
font-style: normal;
font-weight: bold;
}