-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
65 lines (63 loc) · 965 Bytes
/
style.css
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
62
63
64
65
section {
border: 2px solid darkgray;
position: relative;
margin: 0 auto;
max-width: 1200px;
}
h1 {
position: relative;
left: 150px;
}
h3 {
font-size: 35px;
font-weight: 700;
margin-left: 70px;
}
.colorboxes {
display: inline-block;
margin: 20px 60px;
padding: 30px 50px;
text-align: center;
}
.colornames {
font-size: 20px;
text-transform: capitalize;
}
#color1 {
background-color: aqua;
}
#color2 {
background-color:blueviolet;
}
#color3 {
background-color:chartreuse;
}
#color4 {
background-color:coral;
}
#color5 {
background-color:indianred;
}
.fontname1 {
font-family: "Stick No Bills"
}
.fontname2 {
font-family: "Grey Qo";
}
.fontname3 {
font-family: "Glechen Fuemen";
}
.fontname {
font-size: 25px;
margin: 10px 30px;
}
.otherlines {
font-size: 20px;
margin: 10px 40px;
}
.fontbox {
display: inline-block;
}
section {
margin: 10px auto;
}