Skip to content

Commit

Permalink
Merge pull request khushi-joshi-05#1042 from Kcode15/main
Browse files Browse the repository at this point in the history
Adding Home Button on Signup page
  • Loading branch information
sunny0625 authored Jun 15, 2024
2 parents d9a234f + eb89327 commit 4a3f94d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 13 additions & 1 deletion Css-files/signup1.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,19 @@ body {
body * {
box-sizing: border-box;
}

.logo{
background-color: brown;
height: 55px;
width: 100vw;
display: flex;
justify-content:space-between;
align-items: center;
}
.logo img{
height: 38px;
margin-left: 2rem;
margin-top: 1.3rem;
}
.main-login {
width: 100vw;
height: 100vh;
Expand Down
3 changes: 3 additions & 0 deletions Html-files/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
</head>

<body>
<div class="logo">
<a href="../index.html"><img src="../Images/sitelogo.PNG"></a>
</div>
<div class="main-login">
<div class="left-login" data-aos="zoom-out-left" data-aos-duration="1000" data-aos-offset="170" data-aos-easing="ease-in-out">
<h1>Sign Up Here<br>Good Food is Good Mood</h1>
Expand Down

0 comments on commit 4a3f94d

Please sign in to comment.