+ 1
Please help, problem with background-image
In my navigation bar tag I have background image. After I've added Google fonts to the nav tag changing the font, the background image changed. It looks like a rectangle shape was removed and only edges are left of my background. How can I fix this? PS I use buttons with customized sizes in navigation.
2 ответов
0
1, try to use “!important”
2, external style scripts usually overwrite your definitons. you can see it in browser debugger/analyser tool.
0
Where should I put !important declaration?