0
Guys I’m developing a site in bootstrap and when putting the logo it only works in html and not css, but what I find strange is that only the logo no funf, already all styles this good!
html file
css file
@media (min-width: 1024px) {
.navbar-brand {
width: 150px;
height: 150px;
background-color: yellow; /* somente para debugar */
background-image: url(imgs/logo.png);
}
I’d need your html to run some tests.
– Leon Freire
There is a syntax error, close class keys...
– MagicHat