Quantcast
Channel: CSSタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 8816

フッターを一番下に固定する方法

$
0
0

コンテンツの内容が少なくフッターが画面の途中にきてしまいフッターの下にスペースが開いてしまった時の解決方法。

HTML

sample.html
<body><divid="wrapper"><main>コンテンツの内容

    </main><footer>フッターの内容

    </footer></div></body>

CSS

sample.css
body,#wrapper{display:flex;flex-direction:column;min-height:100vh;}footer{margin-top:auto;}

これでフッターがつねに一番下に配置されるようになりました。


Viewing all articles
Browse latest Browse all 8816

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>