Skip to content

Instantly share code, notes, and snippets.

* { box-sizing: border-box; }
.container {
width: 100%;
height: auto;
margin: 0 auto;
}
.header h1 {
* { box-sizing: border-box; }
.container {
width: 80%;
margin: 0 auto;
background-color: #F3E2A9;
}
.header h1 {
text-align: center;
<!doctype html>
<html lang=“en”>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> About TkbTim</title>
<!--[if lt IE 9]>
<script src="dist/html5shiv.js"></script>