-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
60 lines (51 loc) · 808 Bytes
/
Copy pathstylesheet.css
File metadata and controls
60 lines (51 loc) · 808 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
#header{
margin: 0.5em;
text-align: center;
font-family: Brush Script MT, cursive;
font-size: 24px;
font-style: italic;
font-weight: bold;
}
#container {
text-align: right;
background-color: MistyRose;
padding: 0.5em;
}
img{
background-color: MistyRose;
}
#text{
text-align: left;
}
h1{
text-align: center;
backgound-colour: MistyRose;
}
h2{
font-size: 3em;
font-family: Times New Roman, serif;
font-style: italic;
font-weight: bold;
margin: 1.5em;
}
p{
font-size: 1em;
font-family: Times New Roman, serif;
margin-left: 2.5em;
margin-right: 2.5em;
margin-top: 1.5em;
margin-bottom: 1.5em;
}
ul{
font-family: Times New Roman, serif;
margin-left: 2.5em;
margin-right: 2.5em;
margin-top: 1.5em;
margin-bottom: 1.5em;
}
li{
font-size: 1em;
}
figure{
text-align: center;
}