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

CSSでスティッキーフッターを実装する

$
0
0

常にフッターをページの一番下に配置させる、スティッキーフッターの実装をします。

index.html
<body><divclass="content">content</div><footer>footer</footer></body>
style.css
body{display:flex;flex-direction:column;min-height:100vh;}.content{margin-bottom:auto;}

これで常にフッターをページの一番下に配置させることができます。


Viewing all articles
Browse latest Browse all 8582

Trending Articles



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