I am trying to put this image as logo so it appears on the top of the page. I have tried to put background-color:transparent;
but it's still not mixing well. I only want the text in the image to appear on the page. Can someone please help me? I know I am doing it in a really stupid way.
* {
margin: 0px;
padding:0px;
}
body {
background-color: black;
}
#logo {
background-color: transparent;
}
<img src="https://i.stack.imgur.com/3jXRQ.png" id="logo">