Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: includes/styleguide/grid/3-column.md

Issue 29491561: Issue 5413 - Create basic style guide for website-defaults (Closed)
Patch Set: Apply patch against CMS compatible website-defaults Created Aug. 8, 2017, 3:49 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: includes/styleguide/grid/3-column.md
===================================================================
new file mode 100644
--- /dev/null
+++ b/includes/styleguide/grid/3-column.md
@@ -0,0 +1,10 @@
+
+### 3-Column
+
+<div class="row">
+ <div class="column one-third">A (one third)</div>
+ <div class="column one-third">B (one third)</div>
+ <div class="column one-third">C (one third)</div>
+ <div class="column two-thirds">D (two thirds)</div>
+ <div class="column one-third">E (one third)</div>
+</div>

Powered by Google App Engine
This is Rietveld