From the course: CSS: Frameworks & Grids

Unlock the full course today

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

Setting up a starter page

Setting up a starter page - CSS Tutorial

From the course: CSS: Frameworks & Grids

Start my 1-month free trial

Setting up a starter page

- [Presenter] Now that I have the folder and file structure that I want for my sample project, I'm gonna come over to Sublime Text and open up this project here. Let's take a look at this agency.html file. One thing I want to point out here off the bat is that we're linking to the Foundation style sheet. Now our sample project already includes the Foundation style sheet, so I don't need this one that's coming from outside. I'm gonna go ahead and delete that. Now at this point, I haven't added in a reference to our style sheet, and I want to go ahead and show you what this looks like in the browser. And woah, that looks drastically different. So what we have here are just our default browser styles. We don't have any styles coming from Foundation. I wanted to point this out without the style sheet because this is a great way to see what the just base browser styles are versus what your framework is bringing to the table. So back to Sublime Text. And I'm gonna open up this index.html…

Contents