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 trialGael SOUILHOL
6,644 PointsIt'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>
sharron duggan
516 PointsThank you! I was trying to figure it out
Chris Thomas
Front End Web Development Techdegree Graduate 34,909 PointsChris Thomas
Front End Web Development Techdegree Graduate 34,909 PointsWhat seems to be your question?