This commit is contained in:
2025-06-05 20:27:51 +02:00
commit 151e280b85
20 changed files with 3476 additions and 0 deletions

10
lab07/src/TextInput.css Normal file
View File

@ -0,0 +1,10 @@
.NiceInput {
border-radius: 16px;
padding: 10px;
margin: auto;
background-color:#AEA;
font-size: 24px;
width:90%;
}