I'm attempting to add three social media icons through CSS. The company logo was added to the website through CSS (images/logo.png
).
I've attempted extensions by adding commas, but that causes the entire logo to disappear.
Any CSS advice here would be greatly appreciated.
Update
The "duplicate" in question didn't address the position overlap issue I was having.
The multiple images issue is now resolved. The only issue I'm running into now is applying individual links to each social media button. Any advice?
#heading h1 {
text-align: left;
font-weight: normal;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
height: 92px;
background:#396ba5 url(images/logo.png) no-repeat 495px 0px;
}