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

headerの画像を上下中央寄せする方法

$
0
0

まず、HTMLを記載するとこんな感じです。

<divclass="p-header__logo"><imgsrc="img/header/logo/logo120.png"alt=""></div>
.p-header__logo{height:90px;display:flex;align-items:center;&img{height:70px;display:block;}}

img要素を囲んでいる親要素に
display: flex;
align-items: center;

を追加すると上下中央揃いになる。


Viewing all articles
Browse latest Browse all 8586

Trending Articles