Struggling to add a background color while working with Bootstrap 5.2? It appears that no matter what I try, whether it's adding CSS directly or using classes like bg-primary, nothing seems to work.
I'm attempting to set a background color in Bootstrap 5.
Here is the code snippet:
footer {
margin-top: 160%;
width: 100%;
background-color: #09249e !important;
}