Files
cs1430/tic-tac-toe/\
T
2026-08-04 06:53:36 -06:00

13 lines
155 B
Plaintext

* {
margin: auto;
position: relative;
font-family: Lato sans-serif;
font-size: 1em;
background-color: #4A245E;
color: white;
}