Created
April 12, 2016 00:18
-
-
Save mjbradford89/f9d673963a9e53136c1d1b18a0b9b35b to your computer and use it in GitHub Desktop.
foo.html
This file contains hidden or 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>Basic</title> | |
<link rel="shortcut icon" href="http://sennajs.com/images/favicon.ico"> | |
<!-- Including Senna --> | |
<script src="../../build/globals/senna-debug.js"></script> | |
<link data-senna-track="temporary" rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> | |
</head> | |
<body id="body"> | |
<h1>foo.html</h1> | |
<div class="row"> | |
<div style="background-color: blue;" class="col-md-6">col-md-6 col-md-6 col-md-6 col-md-6 col-md-6 col-md-6 col-md-6 col-md-6</div> | |
<div style="background-color: red;" class="col-md-2">col-md-2</div> | |
<div style="background-color: orange;" class="col-md-2">col-md-2</div> | |
<div style="background-color: pink;" class="col-md-2">col-md-2</div> | |
</div> | |
<div> | |
Header default <a href="index.html">index</a> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment