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 trialErnests Millers
7,184 PointsFor those who wondering if something doesn't work. :) v4.0.0-alpha.5
Your body tag needs to have additional class for the text like this:
<body class="bg-info text-white">
Your h1 tag needs a little change in its class like this:
<h1 class="display-1 mt-3">Full Stack Conf</h1>
Your p tag needs a little change in its class like this:
<p class="lead mb-3">Coming Soon, a One-day Conference About All Things JavaScript!</p>
Dominic Davies
776 Pointsit's changed again in alpha.6! follow along in the videos. don't code along, you must go to the links yourself, it takes longer but the code will be right.
Mariana Hoffmann
Courses Plus Student 11,046 PointsMariana Hoffmann
Courses Plus Student 11,046 PointsThanks a lot!