Skip to content
Snippets Groups Projects
Commit 5af67cff authored by themagicmartin's avatar themagicmartin
Browse files

CSS change

parent 62d601d8
No related branches found
No related tags found
No related merge requests found
.Con1
.Div1
{
align-self: center;
margin: 5rem auto;
......@@ -8,7 +8,7 @@
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
.Div1 .Title
{
text-align: center;
margin: 3rem auto;
......
......@@ -3,7 +3,7 @@ import "./Signup.modules.css"
const Signup = () => {
return(
<>
<div className="Con1">
<div className="Div1">
<div className="Title">
<p>SELECT YOUR <strong>WORK</strong></p>
</div>
......
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