0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

isaraの模写で余白の原因を探していたら意外な理由だった話

Posted at

■ はじめに

タイトルについて記事にしました。
今回は(も?)あまり技術についてのお話ではありません。笑い話という事で目を通して頂ければと思います

結論 : 元画像の上下に小さな白い余白がありました

スクリーンショット 2020-11-20 11.24.06.png

・気づかなかった原因:
見本はbackground-position:centerbackground-size:coverを使っていたが
railsのimage_tagを使っていて「いや、画像なんて出てればいいでしょ」という自己中な考えで使わなかった

小1時間調べた結果、謎の余白ができる原因という記事が色々あったので
今回勉強できたいい機会だったという事で、学習した内容を載せておきます

:sunny: 参考→[CSS]ページのレイアウトで、意図せずできてしまった隙間の原因とその解決方法のまとめ

まとめ

・ リセットCSSの活用及び、box-sizing: border-box;プロパティを*{}全ての要素に適用する

・ 画像をブロック要素にするか、vertical-align: bottomで縦方向の揃え位置を下端に指定する

・ 元画像を検証する(困)

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?