Footer

How to make a simple footer in HTML/CSS

Introduction: This tutorial will be a code sample of a footer in CSS. Steps of Creation: Step 1: First we need a HTML file to contain our footer. I have created one with a couple of divs and a link to my theme.css CSS file. Visit us at http://www.sourcecodester.com. Step 2: Now lets set the default settings for our html file in our theme.css. *{ margin: 0px; padding: 0px; color: #fff; } body{