added dom stuff

This commit is contained in:
adrian
2025-08-20 22:04:51 +02:00
parent c37379dcb2
commit 9d2a6ed26a
6 changed files with 26 additions and 149 deletions

8
style.css Normal file
View File

@ -0,0 +1,8 @@
.center {
text-align: center;
}
button.center {
display: block;
margin: 0 auto;
}