➡️Footer
The footer section contains additional navigation links, social media icons, and copyright information, appearing at the bottom of every page.
📍Location: src/components/footer.php
src/components/footer.php🦄 Styles:
👉Desktop design: public/styles/index.css
public/styles/index.css👉Responsive: public/styles/responsive.css
public/styles/responsive.css🎨Customization:
Content: Edit footer.php to update the text, links, and any additional information such as copyright notices or disclaimers.
Social Media Icons: To add or modify social media icons, update the HTML in footer.php and include the relevant icons
Styling: You can customize the appearance of the footer by modifying styles in index.css or responsive.css located in the styles folder.
Last updated