Skip to content

Commit

Permalink
imporved login and signup page
Browse files Browse the repository at this point in the history
  • Loading branch information
YadlaMani committed May 16, 2024
1 parent ea29e32 commit 62e19ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions src/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ p {
text-transform: uppercase;
width: 15rem;
padding: 1.5rem;
border-radius: 2rem;
}

.split.left .btn:hover {
Expand All @@ -85,11 +86,15 @@ p {
width: 50%;
height: 100%;
overflow: hidden;
border: 5px black solid;
}
.split p {
font-weight: 600;
}

.split.left {
left: 0;
background: url("https://i.pinimg.com/236x/6a/8d/dd/6a8ddd4cdd656d8f9bd456dd83728ed6.jpg")
background: url("https://cdn.pixabay.com/photo/2016/10/30/20/22/astronaut-1784245_1280.jpg")
no-repeat center / cover;
}

Expand All @@ -103,7 +108,7 @@ p {

.split.right {
right: 0;
background: url("https://i.pinimg.com/236x/57/9f/98/579f98a793f2674542e47267c55b90a6.jpg")
background: url("https://cdn.pixabay.com/photo/2014/12/27/16/38/planet-581239_1280.jpg")
no-repeat center / cover;
}

Expand Down

0 comments on commit 62e19ec

Please sign in to comment.