add bootstrap.min.css, add navigation bar template

This commit is contained in:
koksnuss 2020-04-22 18:33:17 +02:00
parent 568395de2a
commit accad708cc
2 changed files with 9 additions and 16 deletions

File diff suppressed because one or more lines are too long

View File

@ -20,22 +20,8 @@
body {
margin: 10px;
border: 0px;
padding: 0px;
font-family: Open Sans;
}
a, a:visited, a:active {
text-decoration: none;
color: black;
}
table { table {
margin: 0px 0px 30px 0px; margin-top: 30px;
border: 0px;
padding: 0px;
border-collapse: collapse; border-collapse: collapse;
width: 500px; width: 500px;
} }
@ -49,7 +35,7 @@ table > thead > tr > td {
} }
table > tbody > tr > td { table > tbody > tr > td {
border: 1px solid black; border: 1px solid gray;
} }
table > tbody > tr:nth-of-type(odd) { background: white; } table > tbody > tr:nth-of-type(odd) { background: white; }