-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
122 lines (87 loc) · 1.6 KB
/
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
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
112
113
114
115
116
117
118
119
120
121
@import url('https://fonts.googleapis.com/css2?family=Abel&family=Dancing+Script&family=La+Belle+Aurore&family=Permanent+Marker&family=Quicksand:wght@400;700&family=Unbounded:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC&family=Dancing+Script&family=Montserrat:wght@300&family=Roboto:ital,wght@0,300;1,100&display=swap');
h1 {
text-align: center;
}
#head {
font-size: 25px;
}
#body {
font-size: 24px;
}
textarea {
display: block;
width: 100%;
color: #202020;
border: 1.5px solid #b2b2b2;
border-radius: 5px;
}
#text-align-h {
font-size: 24px;
}
#text-align-h span {
font-style: italic;
font-weight: 500;
}
#text-align-b {
font-size: 24px;
}
#text-align-b span {
font-style: italic;
font-weight: 500;
}
.form-label-size {
font-size: 23px;
}
.form-label-size span {
font-style: italic;
font-weight: 500;
}
.form-label-sizeb span {
font-style: italic;
font-weight: 500;
}
.form-label-sizeb {
font-size: 23px;
}
.form-label-Ch {
font-size: 23px;
}
.form-label-Ch span {
font-style: italic;
font-weight: 500;
}
.form-label-Cb {
font-size: 23px;
}
.form-label-Cb span {
font-style: italic;
font-weight: 500;
}
#ffh {
font-size: 23px;
}
#ffh span {
font-style: italic;
font-weight: 500;
}
#ffb {
font-size: 23px;
}
#ffb span {
font-style: italic;
font-weight: 500;
}
.card-body {
background-color: rgb(230, 230, 230);
}
#left {
font-size: 20px;
}
#center {
font-size: 20px;
}
#right {
font-size: 20px;
}
/* Dark mode */