-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcss.css
More file actions
49 lines (46 loc) · 700 Bytes
/
css.css
File metadata and controls
49 lines (46 loc) · 700 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
/* CSS styles */
h1 {
font-family: cursive;
color: #000000;
}
h1 {
text-align: center;
}
h2 {
font-family: cursive;
margin-bottom: -20px;
text-align: center;
}
h3 {
text-align: center;
font-family: system-ui;
margin-top: 50px;
margin-bottom: 50px;
}
p {
margin-left: 5%;
text-align: left;
margin-top: 25px;
margin-bottom:10px;
font-size: 18pt;
}
li {
margin-left: 5%;
margin-bottom: 10px;
font-size: 18pt;
}
ul{
margin-left: -5%;
margin-top: 10px;
font-size: 18pt;
}
body {
margin-left: 5%;
font-size: 18pt;
margin-right: 25px;
background-color: #7FFFD4;
}
p1 {
margin-left: 5%;
font-size: 18pt;
}