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 Compass Basics Compass Layout and Typography Compass Layout

this challenge wont let me submit my answer. can you please fix this problem

help!

sass/style.scss
/* Write your SCSS code below. */

// Imports
@import "compass/css3";
@import "compass/utilities"
// Variables


// Page Styles
index.html
<!DOCTYPE html>
<html>
<head>
  <title>My Compass Project</title>
  <link href="stylesheets/page.css" rel="stylesheet">
  <link href="stylesheets/style.css" rel="stylesheet">
</head>
<body>
<body>
  <div id="root" class="container">
    <header class="main-header">
      <h1 class="main-logo"><a href="#">My Compass</a></h1>
      <ul class="main-nav">
        <li><a href="#">About</a></li>
        <li><a href="#">Work</a></li>
        <li><a href="#">Blog</a></li>
      </ul>
    </header>
    <div class="main-content">
      <h2>Compass Layout and Typography</h2>
      <p>Artisan kitsch mlkshk Neutra, Cosby sweater literally McSweeney's banjo. Scenester biodiesel roof party, gastropub four loko master cleanse fixie squid vinyl banjo umami slow-carb swag +1 craft beer.</p>
      <p>Direct trade gluten-free swag, Banksy ugh craft beer tattooed single-origin coffee pour-over quinoa jean shorts. Seitan Intelligentsia Brooklyn, fanny pack lo-fi Etsy cardigan Pinterest before they sold out hashtag Williamsburg narwhal gentrify bicycle rights wolf. Schlitz leggings try-hard butcher stumptown.</p>
      <h3>Street Art Bespoke Retro Sticky Footerness</h3>
      <p>Hashtag twee Carles, Thundercats PBR viral gluten-free YOLO polaroid actually. 8-bit Echo Park blog, leggings narwhal forage Tonx butcher retro cardigan PBR&B direct trade mumblecore craft beer 3 wolf moon.</p>
      <p>Art party iPhone freegan bespoke, ethnic Truffaut XOXO. 8-bit &mdash; vinyl Odd Future paleo, tofu vegan gastropub art party tattooed pug. Gastropub vegan photo booth mumblecore selvage Tonx flexitarian, readymade DIY typewriter 3 wolf moon butcher street art.</p>
    </div>
    <div id="root_footer"></div>
  </div>
  <footer id="footer" class="main-footer">
    <p>&copy;2014 My Compass Layout</p>
  </footer>
</body>
</html>

3 Answers

Kristopher Van Sant
PLUS
Kristopher Van Sant
Courses Plus Student 18,830 Points

Looks like there is indeed a temporary issue with the code challenge. An error box popped up when I tried to run it as well. Sounds like the Treehouse team is taking a look so hopefully it will start working again soon. :)

Are you getting an error message?

yes.

Kristopher Van Sant
PLUS
Kristopher Van Sant
Courses Plus Student 18,830 Points

Looks like there is indeed a temporary issue with the code challenge. An error box popped up when I tried to run it as well. Sounds like the Treehouse team is taking a look so hopefully it will start working again soon. :)