-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
114 lines (106 loc) · 2.25 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
111
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300&family=Fredericka+the+Great&family=Gideon+Roman&family=Merienda&family=Redressed&family=Shizuru&display=swap');
html, .container-flex, body {
background-color: #FFFAF0;
margin-left: 40px;
margin-right: 40px;
margin-top: 20px;
}
h1 {
text-align: center;
font-family: 'Fredericka the Great', cursive;
color: teal;
margin-bottom: 70px;
font-size: 70px;
}
h5, h4 {
color: teal;
margin: 40px;
font-size: 25px;
font-weight: bold;
text-align: center;
}
.row {
display: flex;
align-content: center;
justify-content: center;
}
.colors, .fonts, .text {
border: 2px solid teal;
padding: 50px;
font-size: 20px;
font-weight: bold;
font-family: 'Merienda', cursive;
margin-bottom: 50px;
width: 100%;
height: 100%;
}
.blue {
background-color: #2d5dcc;
padding: 30px;
text-align: center;
border: 2px solid #00008B;
}
.mint {
background-color: #4fe0b0;
padding: 30px;
text-align: center;
border: 2px solid #66cdaa;
margin-left: 60px;
}
.burly {
background-color: burlywood;
padding: 30px;
text-align: center;
border: 2px solid khaki;
margin-left: 60px;
}
.dark {
background-color: darkorchid;
padding: 30px;
text-align: center;
border: 2px solid khaki;
margin-left: 60px;
margin-top: 60px;
}
.gideon {
font-family: 'Gideon Roman', cursive;
border: 4px dashed teal;
font-weight: lighter;
margin-right: 40px;
font-size: 25px;
}
.redressed {
font-family: 'Redressed', cursive;
border: 4px dashed teal;
font-weight: lighter;
font-size: 25px;
}
.shizuru {
font-family: 'Shizuru', cursive;
border: 4px dashed teal;
font-weight: lighter;
font-size: 25px;
margin-left: 40px;
}
.cairo {
font-family: 'Cairo', sans-serif;
border: 4px dashed teal;
font-weight: lighter;
font-size: 25px;
margin-top: 40px;
}
.main, #main {
font-weight: 700 bold;
font-size: 35px;
font-family: 'Gideon Roman', cursive;
}
.small {
font-weight: 400 bold;
font-size: 20px;
font-family: 'Shizuru', cursive;
}
.par {
font-weight: 400;
font-size: 15px;
font-family: 'Redressed', cursive;
}