Files
webServerTest/style.css
2025-08-20 22:04:51 +02:00

9 lines
89 B
CSS

.center {
text-align: center;
}
button.center {
display: block;
margin: 0 auto;
}