Skip to content

Instantly share code, notes, and snippets.

@peb7268
Created November 18, 2012 18:27
Show Gist options
  • Save peb7268/4106664 to your computer and use it in GitHub Desktop.
Save peb7268/4106664 to your computer and use it in GitHub Desktop.
CSS: border-box
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="ie6"> <![endif]-->
<!--[if IE 7]> <html class="ie7"> <![endif]-->
<!--[if IE 8]> <html class="ie8"> <![endif]-->
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Page Title</title>
<link rel="stylesheet" href="styles.css" type="text/css" media="screen" title="no title" charset="utf-8">
<link rel="stylesheet" href="print.css" type="text/css" media="print" title="no title" charset="utf-8">
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript" src="js/global.js" charset="utf-8"></script>
</head>
<body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment