Skip to content

Commit

Permalink
cart button
Browse files Browse the repository at this point in the history
  • Loading branch information
swaraj-das committed Oct 19, 2024
1 parent 70a2cf9 commit c4a891b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -658,19 +658,19 @@ <h2 class="logo-text">Collect your GamingTools</h2>
<div class="footer-section links">
<h2>Quick Links</h2>
<ul>
<li><a href="#">Home</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="#">Products</a></li>
<li><a href="#">About Us</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="Contributors/contributor.html">Contributors</a></li>
</ul>
</div>

<div class="links Legal-links">
<div class="footer-section links">
<h2>Legal Links</h2>
<ul>
<li><a href="#">Privacy Policy</a></li>
<li><a href="PrivacyPolicy/PrivacyPolicy.html">Privacy Policy</a></li>
<li><a href="#">Terms of Service </a></li>
<li><a href="#">Cookie Policy</a></li>
<li><a href="#">Disclaimer</a></li>
Expand Down
5 changes: 2 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ textarea {
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
resize: vertical;
}

textarea {
Expand Down Expand Up @@ -763,9 +764,7 @@ button {
margin: 0 auto;
padding: 0 20px;
}
.Legal-links{
margin-right: 2rem;
}

.links-tag{
width: 100%;
display: flex;
Expand Down

0 comments on commit c4a891b

Please sign in to comment.