是否可以在 html 中添加背景图像?
这是我的小提琴,我需要它在“容器 div”上
我还需要背景在画布上伸展我可以在 css 中做到这一点吗?
<div id="profile-container">
<div id="fixed-header"></div>
<div class="container" style="background: url("../../img/followers/followers-tabs.png") no-repeat 0 0px;"></div>
<div class="sticky-header">This needs to be fixed when hits top of screen</div>
<div class="img">needs to be smooth</div>
<div class="img"></div>
<div class="img"></div>
</div>
干杯