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

Gael SOUILHOL
Gael SOUILHOL
6,644 Points

It's working with that

<body> <div class="container text-center"> <h1 class="display-1">Full Stack Conf</h1> <p class="lead">Comming Soon, a One-day Conference About All Things JavaScript!</p>

<div class="col-lg-6 offset-lg-3">
<div class="input-group">
  <input type="text" class="form-control" placeholder="Enter your email for info...">
  <span class="input-group-btn">
    <button class="btn btn-default" type="button">Sign up</button>
  </span>
</div><!-- /input-group -->
</div><!-- /.col-lg-6 -->
</div>

What seems to be your question?

sharron duggan
sharron duggan
516 Points

Thank you! I was trying to figure it out