Basic HTML5 Template
A basic template to use when starting a new page
Copy this code and paste it in your HTML
<!DOCTYPE html>
body {
background:#transparent;
}
div#wrapper {
background:#eee;
margin:0 auto;
padding:0;
width:960px;
min-height:600px
}
Report this snippet
Comments
Subscribe to comments