Add Context box

This commit is contained in:
Ray 2023-12-27 12:41:57 +00:00 committed by GitHub
parent 01bf0f4da0
commit d96def3c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -32,7 +32,7 @@ import { getFirestore,
<Form> <Form>
<Form.Group> <Form.Group>
<Form.Label style={{ fontSize: '40px' }}>Ray Ray's Word Bingo</Form.Label> <Form.Label style={{ fontSize: '40px' }}>Ray Ray's Word Bingo</Form.Label>
<p>I am sorry in advance for taking one of your jokes literally lmao</p> <p>I am sorry in advance Ash for taking one of your jokes literally lmao</p>
<Col sm={2}></Col> <Col sm={2}></Col>
<Col sm={8}> <Col sm={8}>
<Form.Label style={{ fontSize: '30px' }}>Enter submitter name:</Form.Label> <Form.Label style={{ fontSize: '30px' }}>Enter submitter name:</Form.Label>
@ -40,6 +40,9 @@ import { getFirestore,
placeholder="Name" /> placeholder="Name" />
<Form.Label style={{ fontSize: '30px' }}>Enter the date the shennanigans occurred (dd-mm-yyyy):</Form.Label> <Form.Label style={{ fontSize: '30px' }}>Enter the date the shennanigans occurred (dd-mm-yyyy):</Form.Label>
<Form.Control type="text" placeholder="Date" /> <Form.Control type="text" placeholder="Date" />
<Form.Label style={{ fontSize: '30px' }}>Enter context for this tamper tantrum:</Form.Label>
<Form.Control type="text"
placeholder="Enter context here" />
<Form.Label style={{ fontSize: '30px' }}>Select the words used by Ray during his little tamper tantrum:</Form.Label> <Form.Label style={{ fontSize: '30px' }}>Select the words used by Ray during his little tamper tantrum:</Form.Label>
<Form.Check <Form.Check
type="checkbox" type="checkbox"