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: Remove styleguide specific styling, remove advanced elements Created Aug. 9, 2017, 4:47 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
« no previous file with comments | « includes/styleguide/grid/2-column.md ('k') | includes/styleguide/grid/4-column.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « includes/styleguide/grid/2-column.md ('k') | includes/styleguide/grid/4-column.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld