Created
March 7, 2012 09:46
-
-
Save angelochen960/1992273 to your computer and use it in GitHub Desktop.
bootstrap and video during resizing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Bootstrap, from Twitter</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta name="description" content=""> | |
<meta name="author" content=""> | |
<!-- Le styles --> | |
<link href="assets/css/bootstrap.css" rel="stylesheet"> | |
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet"> | |
<link href="assets/css/docs.css" rel="stylesheet"> | |
<link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet"> | |
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> | |
<!--[if lt IE 9]> | |
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | |
<![endif]--> | |
<!-- Le fav and touch icons --> | |
<link rel="shortcut icon" href="assets/ico/favicon.ico"> | |
<link rel="apple-touch-icon" href="assets/ico/apple-touch-icon.png"> | |
<link rel="apple-touch-icon" sizes="72x72" href="assets/ico/apple-touch-icon-72x72.png"> | |
<link rel="apple-touch-icon" sizes="114x114" href="assets/ico/apple-touch-icon-114x114.png"> | |
</head> | |
<body> | |
<div class="container"> | |
<div class="row"> | |
<div class="span7"> | |
<p>left</p> | |
<iframe width="530" height="299" src="http://www.youtube.com/embed/OJUi2IP1ElA?rel=0" | |
frameborder="0" allowfullscreen></iframe> | |
</div> | |
<div class="span5"> | |
<p>Turpis auctor facilisis massa rhoncus lectus ac ut. Porta vut turpis a | |
augue, diam, ridiculus turpis arcu pulvinar? Etiam tempor.s</p> | |
</div> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment