By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 style.css

View raw Download
text/plain • 175 B
ASCII text
        
            
1
th,
2
td {
3
text-align: center;
4
}
5
6
#ThemeList {
7
padding: 0;
8
margin: 0;
9
}
10
11
#ThemeList li {
12
width: fit-content;
13
display: inline-block;
14
list-style: none;
15
}
16
17