update react
This commit is contained in:
parent
804ce323bf
commit
7d4f1151fa
40 changed files with 3573 additions and 14078 deletions
14
src/app/input-form.module.css
Normal file
14
src/app/input-form.module.css
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
.inputform {
|
||||
display: grid;
|
||||
grid-row-gap: 0.5em;
|
||||
grid-template-columns: 7em 14em auto;
|
||||
}
|
||||
|
||||
.submitbutton {
|
||||
background-color: #fc0;
|
||||
border: 1px solid var(--color-foreground);
|
||||
padding: 0.5em;
|
||||
border-radius: 0.5em;
|
||||
margin-top: 2em;
|
||||
width: 11em;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue