###画像の指定
background:url(asset_path('present.png')) no-repeat;
###画像のサイズ
background-size: 60%;
###要素の位置を相対的に指定
position: relative;
###要素の位置を絶対的に指定
position: absolute;
###行の高さを指定
line-height: 16px
###高さを自動で
height: auto;
Go to list of users who liked
More than 5 years have passed since last update.
###画像の指定
background:url(asset_path('present.png')) no-repeat;
###画像のサイズ
background-size: 60%;
###要素の位置を相対的に指定
position: relative;
###要素の位置を絶対的に指定
position: absolute;
###行の高さを指定
line-height: 16px
###高さを自動で
height: auto;
Register as a new user and use Qiita more conveniently
Go to list of users who liked