common.css 209 Bytes
Newer Older
Zhekai Zhang's avatar
Zhekai Zhang committed
1
2
3
h1{text-align:center}
h2{text-align:center}

4
5
6
7
8
9
#random_seed {height: 72px;}

#accessibility {
    text-align: center; /* Center-aligns the text */
    margin: auto;       /* Centers the element horizontally */
}