270622ad66
./script.js:9517054/7485 ./index.html:9517054/1430 ./style.css:9517054/254
16 lines
205 B
CSS
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;
|
|
}
|