summaryrefslogtreecommitdiff
path: root/style.css
blob: 485a1a109c88826cc19831aa8542572f2a47b78b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
body {
    text-align: center;
    font-family: sans-serif;
}

#content
{
    max-width: 300px;
    margin: auto;
}

#pinyin-input
{
    border: solid 2px #2af;
}

#current-character
{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 200px;
}