summaryrefslogtreecommitdiff
path: root/wk8/lect/home.css
blob: ceeb12b3f4e4e6eb9efcc26f9a68a3d6b6c2d91f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.centered
{
    text-align: center;
}

.large
{
    font-size: large;
}

.medium
{
    font-size: medium;
}

.small
{
    color: red;
    font-size: small;
}