Display a template after closing the server, and standardize the style of other simple templates

This commit is contained in:
Micah Lee 2018-03-14 08:30:14 -07:00
parent 5665b3c313
commit 0734de68ea
7 changed files with 18 additions and 20 deletions

View file

@ -1,6 +0,0 @@
body {
background-color: #FFC4D5;
color: #FF0048;
text-align: center;
font-size: 20em;
}

View file

@ -1,7 +0,0 @@
body {
background-color: #222222;
color: #ffffff;
text-align: center;
font-family: sans-serif;
padding: 5em 1em;
}