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

15 lines
221 B
CSS
Raw Normal View History

2024-04-05 13:28:35 +00:00
body {
background-color: lightgreen;
}
input[type="number"] {
background-color: yellow;
}
input[type="submit"] {
background-color: deepskyblue;
}
input[type="reset"] {
background-color: palevioletred;
}