first commit

This commit is contained in:
2017-10-05 18:23:52 +02:00
commit 3a395d8e87
41 changed files with 2087 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
tr:nth-child(3n+1) td {
border-top: 1px dashed;
}
td {
border-right: 1px dashed;
}
tr:nth-child(n-1) td {
border-left: 1px dashed;
}
tr:last-child td {
border-bottom: 1px dashed;
}
#page-content{
background-color: white;
color: black;
}