finishing table

This commit is contained in:
c 2021-05-21 13:19:19 +02:00
parent fe4e8aaf80
commit 9024493c29
1 changed files with 6 additions and 2 deletions

View File

@ -46,14 +46,18 @@ ol {
table {
max-width: 760px;
width: 95%;
border: 1px solid;
margin-right: 20px;
border-collapse: collapse;
margin-left: 20px;
margin-right: 20px;
}
th, td {
word-break: break-word;
border: 1px solid;
padding: 15px;
padding: 5px;
}
.topnav {