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
@import url("/static/chota.css"); body { text-align: center; } ul, li { list-style-position: inside; } table { margin-left: auto; margin-right: auto; } th.normal { text-align: left; font-weight: normal; } form { width: fit-content; margin-left: auto; margin-right: auto; }