From 1a7fea9dc793fb2f226833bd2e4cc40d3a2a5ab5 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Fri, 11 Jul 2014 18:33:06 -0400 Subject: [PATCH] Style class names as code --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f838a0c..0ee8cd1 100644 --- a/README.md +++ b/README.md @@ -30,12 +30,12 @@ widths are: CSS class name | width percentage --------------- | ---------------- -full | 100% -two-thirds | 66.7% -half | 50% -third | 33.3% -fourth | 25% -three-fourths | 75% +`full` | 100% +`two-thirds` | 66.7% +`half` | 50% +`third` | 33.3% +`fourth` | 25% +`three-fourths` | 75% These are purely for convienence. A more precise width can be specified in the CSS if desired with the `width` attribute.