63 lines
2.3 KiB
HTML
63 lines
2.3 KiB
HTML
|
<!doctype html>
|
||
|
<!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]-->
|
||
|
<html class="no-js" lang="en" dir="ltr">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
||
|
<title>Foundation for Sites Testing</title>
|
||
|
<link href="../motion-ui/dist/motion-ui.css" rel="stylesheet" />
|
||
|
<link href="../assets/css/foundation.css" rel="stylesheet" />
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<div class="row column">
|
||
|
<h1>Centered Columns</h1>
|
||
|
</div>
|
||
|
|
||
|
<div class="row">
|
||
|
<div class="medium-7 medium-centered columns">
|
||
|
<p style="background-color:#eee;">All these grey columns should be centered, even the last one.</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div class="row">
|
||
|
<div class="medium-7 medium-centered columns">
|
||
|
<p style="background-color:#eee;">All these grey columns should be centered, even the last one.</p>
|
||
|
</div>
|
||
|
<div class="medium-7 medium-centered columns">
|
||
|
<p style="background-color:#eee;">All these grey columns should be centered, even the last one.</p>
|
||
|
</div>
|
||
|
<div class="medium-7 medium-centered columns">
|
||
|
<p style="background-color:#eee;">All these grey columns should be centered, even the last one.</p>
|
||
|
</div>
|
||
|
<div class="medium-7 medium-centered columns">
|
||
|
<p style="background-color:#eee;">All these grey columns should be centered, even the last one.</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div class="row column"><hr></div>
|
||
|
|
||
|
<div class="row">
|
||
|
<div class="medium-5 columns">
|
||
|
<p style="background-color:#aee;">This blue column is not centered.</p>
|
||
|
</div>
|
||
|
<div class="medium-7 medium-centered columns">
|
||
|
<p style="background-color:#fbb;">This pink column should be centered and clear the blue column.</p>
|
||
|
</div>
|
||
|
<div class="medium-5 columns">
|
||
|
<p style="background-color:#aee;">This blue column is not centered.</p>
|
||
|
</div>
|
||
|
<div class="medium-5 columns">
|
||
|
<p style="background-color:#aee;">This blue column is not centered.</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<script src="../assets/js/vendor.js"></script>
|
||
|
<script src="../assets/js/foundation.js"></script>
|
||
|
<script>
|
||
|
$(document).foundation();
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|