gpt4 book ai didi

css - 使用 bootstrap 3 的可重复背景图像

转载 作者:太空宇宙 更新时间:2023-11-03 23:47:41 25 4
gpt4 key购买 nike

我对使用 bootstrap 框架重复背景图像没有什么问题,但我是初学者。我已经尝试了很多方法,但没有任何效果。你能帮我吗?例如,我试过:

<style>
html, body {
background: url("img/bg-pattern.png") repeat;}
</style>

最佳答案

您的路径可能不正确。据我所知,bootstrap 的文件夹结构与您的代码建议的不同。试试这个:

 body {
margin: 0;
background: url("../img/bg-pattern.png") repeat;
}

关于css - 使用 bootstrap 3 的可重复背景图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21158983/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com