Create style.css

This commit is contained in:
vkservicesllc
2018-11-07 14:48:31 -05:00
committed by GitHub
parent 896604a35a
commit 909c3788fc

View File

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