Skip to content

Commit

Permalink
fixed button allignment
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymous-lad2 committed Feb 18, 2025
1 parent 4509091 commit 1a9225c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,7 @@ <h2 style="font-family: var(--ff-philosopher);color: hsl(203, 30%, 26%);">Downlo
<a href="#" >Home</a>
<a href="Html-files/menu.html" >About</a>
<a href="Html-files/services.html" >Services</a>
<a href="Html-files/contact.html" >Contact us</a>
<a href="Html-files/contact.html" >Contact Us</a>
<a href="Html-files/cart.html" >Cart</a>
<a href="Html-files/museums.html" >Museums</a>
<a href="Html-files/reviews.html">Share Experience</a>
Expand Down Expand Up @@ -1203,7 +1203,7 @@ <h4 style="font-family: var(--ff-philosopher);color: hsl(203, 30%, 26%);">Follow
</p>
<div class="copyright" style="font-family: var(--ff-philosopher);background-color: hsl(20, 43%, 93%);color: black;">

&copy;<span id="copyright"></span> Retro . All Rights Reserved. | Developed by <span id="author">
&copy;<span id="copyright"></span> Retro. All Rights Reserved. | Developed by <span id="author">
<a href="https://www.linkedin.com" target="_blank" style="text-decoration: none;">Retro Team</a>
</div>
<div>
Expand All @@ -1217,7 +1217,7 @@ <h4 style="font-family: var(--ff-philosopher);color: hsl(203, 30%, 26%);">Follow
</div>
</div>
</footer>
<button onclick="window.print()" style="font-family:Georgia; font-size:medium; line-height: inherit;border-radius:5px ;background-color: #f9e2c4;padding:5px 5px;">Print this page</button>
<button onclick="window.print()" style="font-family:Georgia; font-size:medium;margin-bottom: 2rem; margin-left: 0.5rem; line-height: inherit;border-radius:5px ;background-color: #f9e2c4;padding:5px 5px;">Print this page</button>
</div>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
Expand Down

0 comments on commit 1a9225c

Please sign in to comment.