commit version 1.1

This commit is contained in:
2025-08-16 06:45:14 -04:00
commit b960c387e5
12 changed files with 576 additions and 0 deletions

6
styles_m.css Normal file
View File

@@ -0,0 +1,6 @@
html {font-size:2.25em;}
button,input {font-size:1.25em;}
input[type=checkbox] {
transform: scale(1.25);
margin: 10px;
}