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 5 years have passed since last update.

実装したcssまとめ

Last updated at Posted at 2019-05-23

###画像の指定

background:url(asset_path('present.png')) no-repeat;

###画像のサイズ

background-size: 60%;

###要素の位置を相対的に指定

position: relative;

###要素の位置を絶対的に指定

position: absolute;

###行の高さを指定

line-height: 16px

###高さを自動で


height: auto;
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?