D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home3
/
encodto1
/
public_html
/
encoadminders
/
Filename :
footer.php
back
Copy
<style> .footer { position: fixed; /* Ensure the footer stays at the bottom */ bottom: 0; /* Align it to the bottom of the page */ width: 100%; /* Full width */ background-color: #fff; /* White background */ color: #333; /* Dark text for contrast */ padding: 10px 0; /* Add padding for spacing */ box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow for separation */ z-index: 9; /* Ensure it stays above other elements */ text-align: center; /* Ensure text is centered for multiline content */ margin: auto; } .footer p { margin: auto; /* Remove default margin */ font-size: 1rem; /* Standard text size */ font-weight: 400; /* Regular weight for professional look */ text-align: center; width: 100%; } @media (max-width: 768px) { .footer p { font-size: 0.7rem; padding: 8px ; /* Adjust padding */ text-align:left ; } } </style> <footer class="footer"> <div class="container-fluid"> <div class="row"> <p class="mb-0">© 2024 All rights reserved by Encoders Unlimited</p> </div> </div> </footer> <script src="assets/js/script.js"></script> <script src="assets/js/bootstrap.min.js"></script> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js"></script>