layout of actions done

This commit is contained in:
2021-10-22 18:52:31 -03:00
parent 4de12fa282
commit 232792b356
10 changed files with 85 additions and 20 deletions

View File

@@ -5,7 +5,7 @@ const AddWord = () => {
console.log('word');
return (
<div className="form-add-word">
<div className="action-form add-word">
<form>
<textarea placeholder="Add the word/words separated by commas" cols="30" rows="10"></textarea>
<input type="submit" value="Add Word(s)" />