Files
webServerTest/style.css
2025-08-21 20:29:06 +02:00

25 lines
272 B
CSS

.center {
text-align: center;
}
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;
}