LoginSignup
2
0

More than 3 years have passed since last update.

CSS,SCSSで画像を背景にする方法

Posted at

SCSSで作成

.クラス名 {
background: url(/フォルダ名/ファイル名) no-repeat top / 横px 縦px;
height: 要素の高さ;
wight: 要素の幅;
}

backgroundで背景にする

urlで画像を指定する

no-repeatで画像が何枚も投稿されるのを防ぐ
(これがないと勝手に何枚も表示される)

topで上に詰める?

画像の縦横を指定してあげる

間違いがあれば指摘をお願いします。

2
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
2
0