.back-image {
position: relative;
padding: 20px;
text-align: center;
background-image: url('画像のURL');
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
【CSS】文字の背景に画像を入れたい

.back-image {
position: relative;
padding: 20px;
text-align: center;
background-image: url('画像のURL');
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
この記事が気に入ったら
フォローしてね!
コメント