</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 columns should be centered, even the last</p>
+ <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 columns should be centered, even the last</p>
+ <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 columns should be centered, even the last</p>
+ <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 columns should be centered, even the last</p>
+ <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 columns should be centered, even the last</p>
+ <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>