Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div class="footer mt-auto py-3 bg-light">
- <div class="container text-center">
- <h5>© Kolej Komuniti Gopeng</h5>
- </div>
- </div>
- <style>
- /* Footer specific styles */
- .footer {
- background-color: #f8f9fa;
- border-top: 1px solid #eaeaea;
- width: 100%;
- position: relative;
- bottom: 0;
- padding: 10px 0;
- }
- /* Body container to ensure footer is pushed down */
- html, body {
- height: 100%;
- }
- body {
- display: flex;
- flex-direction: column;
- }
- .container {
- flex: 1; /* Ensures the container takes the available height */
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement