ラベル footer の投稿を表示しています。 すべての投稿を表示
ラベル footer の投稿を表示しています。 すべての投稿を表示

2021年11月17日水曜日

bootstrap4でfooter固定表示

     <!-- フッタ -->
    <footer class="footer mt-auto py-3 bg-light fixed-bottom">
        <div class="container px-3">
            <span class="text-muted">&nbsp;おほほ Co.,Ltd.</span>
        </div>
    </footer>