同じ HTML 要素に vertical-align:top;
を設定すれば良い。
原因はインライン要素のデフォルトがベースライン合わせだからっぽい。
div {
display: inline-block;
vertical-align: top;
}
Go to list of users who liked
More than 5 years have passed since last update.
同じ HTML 要素に vertical-align:top;
を設定すれば良い。
原因はインライン要素のデフォルトがベースライン合わせだからっぽい。
div {
display: inline-block;
vertical-align: top;
}
Register as a new user and use Qiita more conveniently
Go to list of users who liked