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

.centered
{
    text-align: center;
    color: lightgray
}

.large
{
    font-size: large;
}

.medium
{
    font-size: medium;
}

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