我想在使用boostrap 5.2时添加背景色,但它似乎根本不起作用。即使我使用CSS添加背景色或使用bg-primary,也不会发生任何变化。
我想在使用bootstrap时添加背景色。
我代码:
footer {
margin-top: 160%;
width: 100%;
background-color: #09249e !important;
}
是否导入了Bootstrap样式?
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<div class="bg-primary" >
This text have blue background.
</div>