From the course: Responsive CSS Workflow with Sass, Bourbon, and Susy

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Inserting the main content

Inserting the main content

From the course: Responsive CSS Workflow with Sass, Bourbon, and Susy

Start my 1-month free trial

Inserting the main content

- [Narrator] We're now ready to add the main content for our home page here. Just like before I've gone ahead and created a file where I can copy and paste this since it's quite a bit of code and this file will be available for you as well. I'm going to go ahead and copy that take it back to line 35 of my index.html file and may have to do just a little bit of indenting here to get it back where we want it. Let's look at what we've got here. Whoops we're still not quite indented properly. There we go. First I've got a div class and it's got this class of site-inner and what that's going to indicate is that this is going to be sort of the interior portion of my page. It's going to have my features, my content and my sidebar. I'm starting out again with that div class of wrap which means that my site-inner could go full width if I wanted it to. But anything here inside this wrap class is going to be nice and tidy in a confined space. So I'm defining a section and I'm giving it the class…

Contents