Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

Please help me about my site header!?

I designed my website on Photoshop.I want this effect on my header. Centered logo and this navigation. How can I do this effect on my header ? Which codes I have to write? Please help me.

http://postimg.org/image/tc910udwf/

2 Answers

You could use two unordered lists and float one left and one right and have two list elements in each of them then have the logo in the center. If you have trouble with the logo you could always use absolute positioning for it.

You could use the after puesdo element on the containing div and position the containing div to relative and the after element with the image you want to absolute and just use offsets like left to position the icon thats probably a fairly easy way to do it