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 trialPAUL NANNEY
8,995 PointsBasically, 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
/* Complete the challenge by writing CSS below */
.container
<!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>
2 Answers
PAUL NANNEY
8,995 PointsBasically, All of it, , GOD bless, , b, PAUL JORDAN NANNEY
Cameron Childres
11,820 PointsHi 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.
Brandon White
Full Stack JavaScript Techdegree Graduate 34,662 PointsBrandon White
Full Stack JavaScript Techdegree Graduate 34,662 PointsHi Paul,
Have you watched the videos yet? What part of the challenge are you struggling with?