table and dom test

This commit is contained in:
adrian
2025-08-21 20:29:06 +02:00
parent eb5e7de4e5
commit 11dfa373f1
4 changed files with 60 additions and 17 deletions

View File

@ -6,3 +6,19 @@ button.center {
display: block;
margin: 0 auto;
}
.head-col {
background-color: gray;
}
.adding {
display: flex;
justify-content: center;
gap 10px;
}
.inputTable {
display: flex;
justify-content: center;
gap 10px;
}