1
0
This repository has been archived on 2024-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
SDi-HTML-Exercise/styles.css
2024-04-05 15:28:35 +02:00

15 lines
221 B
CSS

body {
background-color: lightgreen;
}
input[type="number"] {
background-color: yellow;
}
input[type="submit"] {
background-color: deepskyblue;
}
input[type="reset"] {
background-color: palevioletred;
}