check allocation

This commit is contained in:
2023-04-14 10:41:07 +02:00
parent 737040d09f
commit 06e66b0bbc
5 changed files with 136 additions and 4 deletions

View File

@@ -46,6 +46,10 @@ form textarea {
font-size: 16px;
}
form textarea {
resize: none;
}
/* styl dla przycisku formularza */
form button[type="submit"] {
background-color: #4CAF50;