This commit is contained in:
louiscklaw
2025-01-31 21:09:49 +08:00
parent 130daf5bae
commit 653422de08
1475 changed files with 330350 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<footer class="footer py-4 ">
<div class="container-fluid">
<div class="row align-items-center justify-content-lg-between">
<div class="col-lg-6 mb-lg-0 mb-4">
<div class="copyright text-center text-sm text-muted text-lg-start">
helloworld
</div>
</div>
</div>
</div>
</footer>

View File

@@ -0,0 +1,7 @@
<footer class="footer position-absolute bottom-footer py-2 w-100 z-index-1">
<div class="container">
<div class="row align-items-center justify-content-lg-between">
helloworld ?
</div>
</div>
</footer>