blob: 035ec629d102ed5739037064d9572cf6068e8df6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
:root {
--main-color: hotpink;
}
.centered
{
text-align: center;
}
.large
{
font-size: large;
}
.medium
{
font-size: medium;
}
.small
{
color: red;
font-size: small;
}
|