Skip to content

Commit

Permalink
Merge pull request #55 from AlightKnight343/master
Browse files Browse the repository at this point in the history
aligned header
  • Loading branch information
yuvraajnarula committed Nov 21, 2020
2 parents 74f2f10 + 3733cbf commit faee568
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
10 changes: 7 additions & 3 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ html,body{
body {
background: var(--color-1);
}




.home table{
width: 100%;
height: 100%;
Expand Down Expand Up @@ -247,8 +251,8 @@ color: white;
font-size: 10em;
font-family: 'Raleway', sans-serif;
font-weight: 900;
margin-top: 15rem;
margin-left: 30%;
margin-top: 25vh;
margin-left: 25%;
}
.head p{
text-align: center;
Expand All @@ -257,7 +261,7 @@ color: white;
font-family: 'Poppins', sans-serif;
font-weight: 500;
font-size: 2em;
margin-left: 40%;
margin-left: 35%;
text-align: center;
}
.head button{
Expand Down
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ <h1>LifeSync</h1><br>
</td>
<td class="table-content">
<div class="table-content">
<div class="about-us">
<h1>About Us</h1>
<br>
<p>
Expand All @@ -60,7 +61,9 @@ <h1>About Us</h1>
help more people the same way.
</p>
<br>

<button class="signup btn">Contact Us</button>
</div>
<div class="form-modal">
<div class="modal-content">
<div class="content-wrapper">
Expand Down
5 changes: 5 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,8 @@ function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}



// aos

0 comments on commit faee568

Please sign in to comment.