add CSS
This commit is contained in:
15
styles.css
Normal file
15
styles.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user