Centering logo
-
I’m trying to center my logo in the header of my webpage. I tried many code snippets that I found on google, but none of them have worked. Any ideas?
#header { padding-bottom: 20px; } div.logo { float: left; } h1#title, div#title, div.logo img { padding: 30px 0 0 20px; font-size: 3em; color: #f8f8f8; font-weight: bold; text-shadow: 0 2px 0 #000; }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Centering logo’ is closed to new replies.