Skip to content

Instantly share code, notes, and snippets.

@AdamAlinauskas
AdamAlinauskas / layout.htm
Created February 4, 2013 04:28
Web page layout using divs with a header, footer, right sidebar, left sidebar and an area for main content.
<html>
<head>
<style>
#header{
background-color: lightblue;
width:100%;
height:50px;
text-align: center;
}