Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
css background-image:; を追加するトリックや可能性はありますか? 画像の幅と高さ?
どうも。
background-size プロパティを使用します。
#your_div { background:url(your_image.png); background-size:80px 60px; background-repeat:no-repeat; }