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

margin-topを指定したら親要素を超えて上にはみ出た問題

$
0
0

すべてのツイートにmargin-top: 30px;をしています。
しかし、一番上のツイートは親要素にmarginがあたってしまっています。
本来は一番上も白色にしたいのです。伝われ。

xxx.css
.tweet{margin-top:30px;}


82ad18aa3f671a1a012c445094a333a3.png

fgfgf.png


【答え】親要素に overflow: hidden;

xxx.css
.tweets{overflow:hidden;}.tweet{margin-top:30px;}

これで解決!やったね!!

参考

http://seto-abe.hatenablog.com/entry/2016/12/06/153305



ではまた!


Viewing all articles
Browse latest Browse all 8577

Trending Articles



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