summaryrefslogtreecommitdiff
path: root/wk8/pset/homepage/styles.css
blob: 0e206e8e390b777a8148068e9ca8638aba0621e6 (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 {
    background: #221122;
}

.centered
{
    text-align: center;
}

.large
{
    font-size: large;
}

.medium
{
    font-size: medium;
}

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