Change website background colour to make it look pleasing to the eyes
This commit is contained in:
parent
e6b8047001
commit
1c882e6f39
|
@ -26,8 +26,6 @@ import './App.css'
|
|||
|
||||
import { FSContext } from ".//contexts/FSContext.js"
|
||||
|
||||
|
||||
|
||||
// declare variables
|
||||
|
||||
export function MyForm(props) {
|
||||
|
@ -60,6 +58,7 @@ export function MyForm(props) {
|
|||
|
||||
// Create form for user to imput data
|
||||
return (
|
||||
<div style={{ backgroundColor: '#FBC40E' }}>
|
||||
<Form onSubmit={submitHandler}>
|
||||
<Form.Group>
|
||||
<Form.Label style={{ fontSize: '40px' }}>Ray Ray's Word Bingo</Form.Label>
|
||||
|
@ -126,8 +125,7 @@ export function MyForm(props) {
|
|||
</Col>
|
||||
</Form.Group>
|
||||
</Form>
|
||||
// Create a button to submit the form data to Firebase
|
||||
</div>
|
||||
);
|
||||
}
|
||||
export default MyForm;
|
||||
|
||||
|
|
Loading…
Reference in New Issue