Create style.css

This commit is contained in:
Val
2018-11-07 16:38:45 -05:00
committed by GitHub
parent 57d8c5a48d
commit ea7babd341

View File

@@ -0,0 +1,16 @@
* {
font-family: Arial;
}
body {
margin: 24px auto;
width: 870px;
}
table {
margin-top: 12px;
border-collapse: collapse;
}
th, td {
padding: 4px 9px;
border: 1px solid black;
}