Skip to content
Snippets Groups Projects
Commit 62d601d8 authored by themagicmartin's avatar themagicmartin
Browse files

Signup

parent ad9e5e65
No related branches found
No related tags found
No related merge requests found
.Con1
{
align-self: center;
margin: 5rem auto;
height: 50rem;
width: 60rem;
border-radius: 0.8rem;
border: 1px solid #e5e7eb;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.5), 0 2px 4px -1px rgba(0, 0, 0, 0.0);
}
.Con1 .Title
{
text-align: center;
margin: 3rem auto;
font-size: 2.5rem;
}
\ No newline at end of file
import "./Signup.modules.tsx"
import "./Signup.modules.css"
const Signup = () => {
return <h1>Signup</h1>;
return(
<>
<div className="Con1">
<div className="Title">
<p>SELECT YOUR <strong>WORK</strong></p>
</div>
</div>
</>
);
};
export default Signup;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment