Skip to content

Instantly share code, notes, and snippets.

View shangardezi's full-sized avatar
🙃

Shan Gardezi shangardezi

🙃
  • Road
  • London
View GitHub Profile
/*!
* tota11y v0.1.6
* http://khan.github.io/tota11y
*
* Includes Accessibility Developer Tools
* http://github.com/GoogleChrome/accessibility-developer-tools
*
* Copyright (c) 2015 Khan Academy
* Released under the MIT license
* http://github.com/Khan/tota11y/blob/master/LICENSE.txt
* { box-sizing: border-box; }
body {
background-color: #FFFAFA;
color: #34495e;
padding-top: 91px;
}
.container {
width: 80%;
margin: 0 auto;
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Stylesheet -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/about_styles.css">
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About Me</title>
<!--[if lt IE 9]>
<script src="dist/html5shiv.js"></script>
<![endif]-->