Skip to content

Commit

Permalink
Merge pull request vishanurag#747 from saumyayadav25/user-saumya
Browse files Browse the repository at this point in the history
FAQ enhanced -additional home button removal and scroll effect update
  • Loading branch information
somyadipghosh authored Oct 20, 2024
2 parents b3cb842 + b11d95a commit 6c6afef
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions Faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

* {
box-sizing: border-box;

overflow: hidden;
&::before,
&::after {
box-sizing: border-box;
Expand Down Expand Up @@ -143,25 +143,6 @@
margin: 2em 0;
}
}
/* Back to home button */
.home-button {
position: fixed;
top: 20px;
left: 30px;
background-color: #444;
color: white;
border: none;
text-decoration: none;
padding: 8px 12px;
font-size: 16px;
cursor: pointer;
border-radius: 5px;
transition: background-color 0.3s ease;
}

.home-button:hover {
background-color: #555;
}
</style>
<style>
/* Circle styles */
Expand Down Expand Up @@ -333,8 +314,6 @@
</head>

<body>
<!-- Back to Home Button -->
<a href="index.html" class="home-button">Home</a>
<!-- Circles -->
<div class="circle"></div>
<div class="circle"></div>
Expand Down

0 comments on commit 6c6afef

Please sign in to comment.