frontend styling

This commit is contained in:
2019-06-24 16:31:10 -04:00
parent 798cfb3c01
commit c01ce95f6a
2 changed files with 17 additions and 1 deletions
+15
View File
@@ -4,8 +4,23 @@ body {
"Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
"Droid Sans", "Helvetica Neue", sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
text-align: center;
}
h1 {
font-size: 2.4em;
}
h2 {
line-height: 0.6em;
}
table {
width: 100%;
border-collapse: collapse;
}
table, th, td {
border: 1px solid #000;
padding: 5px;
}