1
0
This commit is contained in:
2024-04-05 15:28:35 +02:00
parent d56657117a
commit d665bdbf5e
2 changed files with 16 additions and 3 deletions

15
styles.css Normal file
View File

@@ -0,0 +1,15 @@
body {
background-color: lightgreen;
}
input[type="number"] {
background-color: yellow;
}
input[type="submit"] {
background-color: deepskyblue;
}
input[type="reset"] {
background-color: palevioletred;
}