-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeco.css
More file actions
61 lines (46 loc) · 785 Bytes
/
Copy pathdeco.css
File metadata and controls
61 lines (46 loc) · 785 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
61
/* This is the intended CSS file for my HTML webpages */
h3 {
color:brown;
}
h4 {
font-style:italic; font-size:18px;
}
html {
background-color:orange;
}
table {
color:black;
}
h5 {
text-align:center; font-size:15px;
}
html {
text-align:center;
}
.alignleft {
text-align:left; font-size:20px;
}
#brown {
color:brown;
}
#red {
color:red;
}
#lightgreen{
background-color:lightgreen;
}
#blue{
background-color:lightblue;
}
#white{
color:White;
}
#pink{
background-color:lightpink;
}
#orange{
color:orangered;
}
#fontblue{
color:blue;
}