Created
September 20, 2022 03:48
-
-
Save Octagon-simon/70040785ef414363074b2c40c2c99f74 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Footer --> | |
| <footer class="bg-light text-center "> | |
| <!-- Grid container --> | |
| <div class="container p-4"> | |
| <!-- Section: Text --> | |
| <section class="mb-4"> | |
| <p> | |
| Lorem ipsum dolor sit amet consectetur adipisicing elit. Sunt | |
| distinctio earum repellat quaerat voluptatibus placeat nam, | |
| commodi optio pariatur est quia magnam eum harum corrupti dicta, | |
| aliquam sequi voluptate quas. | |
| </p> | |
| </section> | |
| <!-- Section: Text --> | |
| </div> | |
| <!-- Grid container --> | |
| <!-- Copyright --> | |
| <div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2)"> | |
| © 2020 Copyright: | |
| <a class="text-dark" href="https://mdbootstrap.com/">MDBootstrap.com</a> | |
| </div> | |
| <!-- Copyright --> | |
| </footer> | |
| <!-- Footer --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment