updated code
This commit is contained in:
parent
fefb1dabeb
commit
96d76083ed
3 changed files with 8 additions and 8 deletions
|
@ -91,7 +91,7 @@
|
|||
</div>
|
||||
<div class="table-responsive-md" style="height: 450px; overflow-y: scroll;">
|
||||
<table class="table table-hover border">
|
||||
<thead class="sticky-top">
|
||||
<thead>
|
||||
<tr style="background-color: #D3D3D3;">
|
||||
<th scope="col">#</th>
|
||||
<th scope="col">Name</th>
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
</div>
|
||||
<div class="table-responsive-md">
|
||||
<table class="table table-hover border">
|
||||
<thead class="sticky-top">
|
||||
<thead>
|
||||
<tr style="background-color: #D3D3D3;">
|
||||
<th scope="col">#</th>
|
||||
<th scope="col">Username</th>
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
<div class="footer">
|
||||
<div class="footer-grid">
|
||||
<div class="footer-grid-1">
|
||||
<a href="#room">Rooms</a>
|
||||
<a href="../rooms.php">Rooms</a>
|
||||
<a href="../services.php">Services</a>
|
||||
<a href="#">News</a>
|
||||
<a href="#">Gallery</a>
|
||||
<a href="#">About</a>
|
||||
<a href="../dining.php">Dining&Bar</a>
|
||||
<a href="../about.php">About</a>
|
||||
<a href="../contact.php">Contact</a>
|
||||
</div>
|
||||
<div class="footer-grid-2">
|
||||
<div class="footer-grid-2-title">
|
||||
<a href="#">Information<i class="bi bi-arrow-right-circle"></i></a>
|
||||
</div>
|
||||
<a href="#">General information</a>
|
||||
<a href="#">Loyalty program</a>
|
||||
<a href="../contact.php">General information</a>
|
||||
<a href="../contact.php">Loyalty program</a>
|
||||
</div>
|
||||
<div class="footer-grid-3">
|
||||
<img src="./images/logo-white.png" class="pre-header-img" style="width: 120px; margin-bottom:80px; margin-top:50px;"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue