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

Full screen slider problem

Hello,

I have problem with THIS script.

I can't position that text in center of screen even if I surround it with specific div or try anything like that... I spent hours looking in code and can't find solution. Please help me out. Thank you so much

1 Answer

I cant open your file but I had similar struggle with centering text. It turned out that I hadn’t closed one of my div tags in html. Try validating your code with: http://validator.w3.org/#validate_by_upload.

It could be something else though, but this simple thing helped me :)

Hopefully you find out the problem and get to move on.