mirror of
https://github.com/Sosokker/SOS12.git
synced 2025-12-19 12:44:05 +01:00
Create input box
This commit is contained in:
parent
fdee5fc347
commit
b005a3a5d0
@ -19,6 +19,7 @@ import {styled} from '@mui/material/styles';
|
||||
import FormControlLabel from '@mui/material/FormControlLabel';
|
||||
import {createTheme, ThemeProvider} from '@mui/material/styles';
|
||||
import cards from './Card';
|
||||
import Contact from "./Contact";
|
||||
import {createContext, useState} from "react";
|
||||
|
||||
export const ThemeContext = createContext(null);
|
||||
@ -206,6 +207,7 @@ export default function App() {
|
||||
|
||||
</Grid>
|
||||
</Container>
|
||||
<Contact />
|
||||
</main>
|
||||
{/* Footer */}
|
||||
<Box sx={{p: 6}} component="footer">
|
||||
|
||||
@ -31,7 +31,7 @@ function Contact(){
|
||||
noValidate="novalidate" ref={form} onSubmit={sendEmail}>
|
||||
<div className="col-md-12">
|
||||
<div className="form-group">
|
||||
<h4 className="mail">Message</h4>
|
||||
<h4 className="mail">Send PP any message</h4>
|
||||
<textarea name="message" className="form-control" id="message" cols="30" rows="8"
|
||||
placeholder="Message"></textarea>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user