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 trialRamgopal Bhat
5,812 PointsText aligning not working
In my code the text-align is not working. I added those classes as they instructed.
<div class="container text-xs-center">
<h1 class="display-1">PIXEL</h1>
<p class="lead">A NATIONAL LEVEL TECHNICAL FEST</p>
</div>
2 Answers
Sergey Podgornyy
20,660 PointsYou used wrong class. I guess it should be text-center-xs
or just text-center
Cindy Lea
Courses Plus Student 6,497 PointsWe need to see your class code too.
Ramgopal Bhat
5,812 PointsI'm using bootstrap. It's css is pre-build.
Ramgopal Bhat
5,812 PointsRamgopal Bhat
5,812 PointsThanks. That worked.
Sergey Podgornyy
20,660 PointsSergey Podgornyy
20,660 PointsYou are welcome ;)