wifi geht

This commit is contained in:
2023-11-06 19:41:27 +01:00
parent 8fd88f1805
commit 99ff706a12
6 changed files with 85 additions and 32 deletions

View File

@@ -26,3 +26,16 @@
border-radius: 50px;
filter: drop-shadow(10px 10px 10px blue);
}
input[type='radio']
{
transform: scale(4);
margin: 10px;
vertical-align:12px;
}
input[type='checkbox']
{
transform: scale(4);
margin: 10px;
vertical-align:12px;
}