+ 1
Logo for website
I have logo with transparent background in png format. When I add it on web page with background-image, my logo still with "transparent background". How I can fix it?
3 Respostas
+ 2
.logo-selector{
background-color:black;
}
It will add background to the logo.
*better if you mention code link
0
I don’t have problems with background, i can’t add transparebt logo normaly
0
Use background-size:cover;
Or make public a demo code to get that problem solution properly.