html stuff ; very boring boilerplate stuff

This commit is contained in:
2026-04-15 11:15:39 +02:00
parent a22be96419
commit 00fae82fb7
7 changed files with 178 additions and 0 deletions

20
html/wm/styles/styles.css Normal file
View File

@@ -0,0 +1,20 @@
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
h1 {
text-align: center;
}
#h1_under {
text-align: center;
}
ul {
margin: 10px;
padding: 10px;
}
ul li {
margin: 10px;
}