-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
110 lines (92 loc) · 1.96 KB
/
styles.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
@import url('https://fonts.googleapis.com/css2?family=ZCOOL+KuaiLe&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
h1 {
text-align: left;
font-family: 'Fredoka One', cursive;
font-weight: 700;
font-size: 26px;
}
h2 {
text-align: left;
font-family: 'Patrick Hand', cursive;
font-weight: 500;
font-size: 27px;
}
p,
ul {
font-family: 'Open Sans', sans-serif;
font-weight: normal;
font-size: 14px;
}
.pTitle {
font-size: 18px;
font-weight: bold;
}
.colors {
display: inline-block;
width: 200px;
}
.colorsArea {
border: 1px solid black;
padding: 10px;
}
.color1 {
background-color: rgb(0, 131, 255);
color: white;
border: 1px solid black;
height: 150px;
}
.color2 {
background-color: rgb(248, 211, 112);
border: 1px solid black;
height: 150px;
}
.color3 {
background-color: rgb(248, 70, 112);
border: 1px solid black;
height: 150px;
}
.color4 {
background-color: rgb(122, 0, 0);
color: white;
border: 1px solid black;
height: 150px;
}
.color5 {
background-color: rgb(0, 157, 107);
border: 1px solid black;
height: 150px;
}
.fontsArea {
border: 1px solid black;
padding: 10px;
margin-top: 7px;
}
.font1 {
font-family: 'ZCOOL KuaiLe', cursive;
font-size: 22px;
}
.font2 {
font-family: 'Indie Flower', cursive;
font-size: 22px;
}
.font3 {
font-family: 'Patrick Hand', cursive;
font-size: 22px;
}
.font4 {
font-family: 'Fredoka One', cursive;
font-size: 22px;
}
.font5 {
font-family: 'Open Sans', sans-serif;
font-Size: 22px;
}
.headings {
border: 1px solid black;
padding: 10px;
margin-top: 7px;
}