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 CSS Grid Layout Introducing Grid Layout Understanding Grid Challenge

Basically, can somebody help me solve this, GOD bless, , b, PAUL JORDAN NANNEY

Basically, can somebody help me solve this, GOD bless, , b, PAUL JORDAN NANNEY

style.css
/* Complete the challenge by writing CSS below */
.container
index.html
<!DOCTYPE html>
<html>
  <head>
    <title>CSS Grid Layout</title>
      <link href='https://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'>
    <link href="page.css" rel="stylesheet">
    <link href="style.css" rel="stylesheet">
  </head>
  <body>
    <div class="container">
      <div>1</div>
      <div>2</div>
      <div>3</div>   
    </div>
  </body>
</html>

Hi Paul,

Have you watched the videos yet? What part of the challenge are you struggling with?

2 Answers

Basically, All of it, , GOD bless, , b, PAUL JORDAN NANNEY

Cameron Childres
Cameron Childres
11,817 Points

Hi Paul,

It's really helpful when asking a question to the community to include your attempts to answer the question so we can help to identify where you're going wrong. Good posts will include a specific title related to the issue that you're having as well as a description of where you're running in to trouble. Without an attempt being made on your part to solve the challenge all we can really do is recap the whole lesson, which would be better served by reviewing the videos, attempting a solution, and then coming to the community only after you've made a solid attempt so we can steer you in the right direction. For this question it would help to rewatch the Defining a Grid video from earlier in the course. You can find the previous videos in the bar directly above the challenge.