Skip to content

Commit

Permalink
Merge pull request #334 from Palmistry2310/feature/improve-login-box-…
Browse files Browse the repository at this point in the history
…visibility

Login page :improved login box visibility
  • Loading branch information
GarimaSingh0109 authored Oct 6, 2024
2 parents b0effeb + 24b0d39 commit 5cc3487
Showing 1 changed file with 2 additions and 42 deletions.
44 changes: 2 additions & 42 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,15 @@
width: 100%; /* Ensure the footer takes full width */
background-color: var(--deep-teal); /* Background color for the footer */
color: white; /* Text color */
padding: 30px 0; /* Padding for spacing */
padding: 13px 0; /* Padding for spacing */
position: absolute; /* Positioning at the bottom */
bottom: 0; /* Align to the bottom */
}

.footer p {
color: #fff; /* Text color for footer */
font-size: 14px;
padding-top: 1rem;
}

.footer a {
Expand Down Expand Up @@ -148,47 +149,6 @@ <h2>Log In to Your Account</h2>
<p>Powered by Resume Builder &copy; 2024</p>
</div>

<footer class="footer">
<div class="footer-content">
<div class="footer-section">
<h3>About Us</h3>
<ul>
<li><a href="#">Our Story</a></li>
<li><a href="#">Team</a></li>
<li><a href="#">Careers</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Services</h3>
<ul>
<li><a href="#">Resume Builder</a></li>
<li><a href="#">CV Templates</a></li>
<li><a href="#">Career Advice</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Support</h3>
<ul>
<li><a href="#">FAQ</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Connect With Us</h3>
<div class="social-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-x-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
<div class="footer-bottom">
<p>&copy; 2024 Resume Builder. All rights reserved.</p>
</div>
</footer>

<script>
document.getElementById('loginForm').addEventListener('submit', function(event) {
event.preventDefault(); // Prevent the default form submission
Expand Down

0 comments on commit 5cc3487

Please sign in to comment.