footer.html
Sun Nov 22 2020 14:35:24 GMT+0000 (UTC)
Posted by
@uchenliew
#php
<footer>
<div class="container-fluid" style="background: #1f52a3; margin-top: 50px; padding: 30px;">
<div class="row">
<div class="col-1"></div>
<div class="col-10 d-flex justify-content-start" style="color: #e6e8eb;">© Copyright 2020 U Chen Daily. All rights reserved.</div>
<div class="col-1"></div>
</div>
</div>
</footer>
content_copy Copy
Comments