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 Framework Basics Build a Website with Foundation Building the Form and Buttons Panel

carl simpson
PLUS
carl simpson
Courses Plus Student 15,941 Points

challenge 3 of 4

Hi ,

Ok so , i have inputted what i believe is the correct syntax , but it doesn't pass ? and i cannot figure out why ????

what have i missed ?

Challenge task 3 of 4

Next, pull the column on line 25 over by 1 column.

line 25 is highlighted

<!-- Form Panel -->
  <div class="row">
    <div class="large-12 columns">
      <div class="rnd panel">
        <div class="row">
          <div class="large-5 large-offset-1 columns">
            <form>
              <p><strong>Enter your number, we'll text you the link:</strong></p>
              <input type="text" placeholder="Phone Number">
              <button type="submit" class="btn-submit button">Submit</button>
            </form>
          </div>
        **** this is line 25**** <div class="large-5 large-pull-1 columns">
            <p><strong>Visit an app store to download the app now!</strong></p>
            <a class="btn-dl rnd" href="#">iOS</a>
            <a class="btn-dl rnd" href="#">Android</a>
          </div>
        </div>       
      </div>
    </div>
  </div><!-- End Form Panel -->
carl simpson
carl simpson
Courses Plus Student 15,941 Points

it requires pull-1 , not large-pull-1 to pass this .

can someone explain why, as the documentation implies its large-pull-1

2 Answers

i did pull-large 1 columns but no work.... i am ok.?

Correct code

<div class="large-5 pull-1 columns"> its work perfecto ..........