Skip to content

Commit

Permalink
Merge pull request #97 from vaibhavrajharsh/termsandservice
Browse files Browse the repository at this point in the history
redesigned terms and service page
  • Loading branch information
vishantrathi authored Jan 20, 2025
2 parents 5370ca7 + 53e3b76 commit 46d5df6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 18 deletions.
28 changes: 11 additions & 17 deletions terms and service.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,20 @@ body {
font-family: "Arial", sans-serif;
margin: 0;
padding: 0;
color: #fff;
color: rgb(253, 242, 224);
}

header {
background: linear-gradient(
to right,
rgba(51, 51, 51, 0.8),
rgba(85, 85, 85, 0.8)
);
color: #fff;
text-align: center;
padding: 30px 0;
.navbar{
position: sticky;
top: 0;
z-index: 100;
box-shadow: 0 2px 5px rgba(16, 15, 15, 0.277);
backdrop-filter: blur(10px);
}

header {
color: #1f1f1f;
padding: 30px 40px;
text-decoration: underline;
background-color: rgb(253, 242, 224);
animation: headerSlideDown 1.2s ease-in-out;
}

Expand All @@ -34,13 +31,10 @@ header h1 {
}

main {
max-width: 800px;
margin: 30px auto;
padding: 20px;
max-width: 100%;
padding: 40px;
background-color: rgb(253, 242, 224);
color: #302f2f;
border-radius: 10px;
box-shadow: 0 4px 15px rgba(21, 21, 21, 0.336);
animation: slideIn 1.2s ease-in-out;
}

Expand Down
2 changes: 1 addition & 1 deletion terms and service.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<li><a href="contact.html">Contact Doctor</a></li>
<li><a href="demand.html">Demand</a></li>
<li><a href="Privacy policy.html">Privacy Policy</a></li>
<li><a href="Trems and service.html" class="active">Terms and Services</a></li>
<li><a href="Terms and service.html" class="active">Terms and Services</a></li>
<li><a href="contributors/contributor.html">Contributors</a></li>
</ul>
</div>
Expand Down

0 comments on commit 46d5df6

Please sign in to comment.