Added various css things
- Designed login and register buttons - removed some unnecessary css things - changed some small things in the design
This commit is contained in:
parent
f6de850772
commit
04cdc9dd7e
11 changed files with 48 additions and 46 deletions
|
@ -5,7 +5,7 @@ function InputField(props) {
|
|||
return (
|
||||
<label className="input-field">
|
||||
<p>{props.LabelName}</p>
|
||||
<input name={props.InputName} onChange={props.onChange} type={props.InputType} />
|
||||
<input name={props.InputName} onChange={props.onChange} type={props.InputType} placeholder={props.InputPlaceHolder}/>
|
||||
</label>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue