button class

This commit is contained in:
Paul Schneider 2025-07-12 19:00:30 +01:00
commit 5605f77ebb
111 changed files with 119 additions and 1150 deletions

View file

@ -49,3 +49,7 @@ input[type='checkbox'] {
.float-left {
float: left;
margin: .5em; }
a {
color: aquamarine;
background-color: black; }

View file

@ -70,3 +70,8 @@ input[type='checkbox'] {
float: left;
margin:.5em;
}
a {
color:aquamarine;
background-color: black;
}