From the course: CSS Positioning Best Practices

Unlock this course with a free trial

Join today to access over 22,500 courses taught by industry experts.

Creating a layout template pt. 3: Footer content

Creating a layout template pt. 3: Footer content - CSS Tutorial

From the course: CSS Positioning Best Practices

Creating a layout template pt. 3: Footer content

In this lesson, we're going to setup the bottom of the page, which has this copyright notice, and the privacy and terms links, and then we'll be ready with our template, and then we'll be ready to build the four separate pages of the website. So here in our editor, we have the beginning.html and the beginning.css. I'll go ahead and do our Save As, call this template.html, and this will actually be the template when we are done with this lesson. And the CSS will be called main.css, and we'll start by typing in the footer information down here. So this is way outside the outerDiv. We'll have a div with the footer. And this has a paragraph in it and that paragraph has a copyright notice, so that is XHTML entity that inserts a copyright symbol. You'll notice I have a couple of non- breaking space entities too. This is because the browser will take all the spaces that it encounters and fold them into one space. I actually want a little bit of space here. I want a little bit of air between…

Contents