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 Bootstrap 4 Basics (Retired) Getting to Know Bootstrap 4 Creating a Simple Page

Text 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

You used wrong class. I guess it should be text-center-xs or just text-center

https://github.com/twbs/bootstrap/issues/11292

Thanks. That worked.

You are welcome ;)

We need to see your class code too.

I'm using bootstrap. It's css is pre-build.