weiter gebastelt

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2024-05-21 22:21:20 +02:00
parent 18ca57d2ec
commit f42a8f5abd
9 changed files with 281 additions and 68 deletions

View File

@@ -0,0 +1,16 @@
<meta charset="UTF-8">
<title>{title}</title>
<style>
body{
background-color: #555;
color: #eeffee;
}
label{
display: block;
}
fieldset{
border-radius: 10px;
display: inline;
margin: 0 auto;
}
</style>