snek/style.css
Glitch (glitch-hello-website) 270622ad66 👴📚 Checkpoint
./script.js:9517054/7485
./index.html:9517054/1430
./style.css:9517054/254
2022-03-01 18:14:02 +00:00

16 lines
205 B
CSS

/* basic styling so the webpage doesnt look awful */
body {
margin: 2em auto;
padding: 0;
max-width: 375px;
text-align: center;
}
#display {
font: 18px/1.3 serif;
}
ul {
text-align: left;
}