summaryrefslogtreecommitdiff
path: root/wk8/pset/homepage/styles.css
blob: 5e5916bccfda6368bb8f7b9f682c2255678d2ba6 (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
26
27
28
29
30
31
32
33
34
:root {
    --background: #221122;
    --main-color: #EB53D3;
    --main-color-dk: #551251;
    --accent-1: #6eebff;
    --accent-2:#a225e3;
}

main {
    width: 74%;
    background-color: var(--background);
}

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

.large
{
    font-size: large;
}

.medium
{
    font-size: medium;
}

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