This commit is contained in:
Rodrigo Pedroso 2019-06-22 21:57:18 -04:00
commit 5c7411594f
15 changed files with 5 additions and 64 deletions

7
src/components/Form.css Normal file
View file

@ -0,0 +1,7 @@
button {
margin: 10px;
}
.clicked {
background-color: lightgray;
}