]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
actually finished with block grid
authorTim Hartwick <tdhartwick2@gmail.com>
Tue, 19 Jan 2016 19:10:00 +0000 (11:10 -0800)
committerTim Hartwick <tdhartwick2@gmail.com>
Tue, 19 Jan 2016 19:10:00 +0000 (11:10 -0800)
testing/src/pages/index.html

index 1d9a5b653d42d551d3afdf1aa529eba20c6facfa..5a3a427e6c9b313e500bf3c19315473f1cb927ca 100644 (file)
@@ -4,9 +4,10 @@
 
     <table class="block-grid up-2" cellspacing="0">
       <tr>
-        <td style="background:red">
+        <td style="background:red;">
           <p style="text-align: center;">one</p>
-        </td><td style="background: pink;">
+        </td>
+        <td style="background: pink;">
           <p style="text-align: center;">two</p>
         </td>
       </tr>
 
     <table class="block-grid up-3">
       <tr>
-        <td style="background:red">
+        <td style="background:red;">
           <p style="text-align: center;">one</p>
-        </td><td style="background: pink;">
+        </td>
+        <td style="background: pink;">
           <p style="text-align: center;">two</p>
-        </td><td style="background:red">
+        </td>
+        <td style="background:red;">
           <p style="text-align: center;">three</p>
         </td>
       </tr>
 
       <table class="block-grid up-4">
         <tr>
-          <td style="background:red">
+          <td style="background:red;">
             <p style="text-align: center;">one</p>
-          </td><td style="background: pink;">
+          </td>
+          <td style="background: pink;">
             <p style="text-align: center;">two</p>
-          </td><td style="background:red">
+          </td>
+          <td style="background:red;">
             <p style="text-align: center;">three</p>
-          </td><td style="background: pink;">
+          </td>
+          <td style="background: pink;">
             <p style="text-align: center;">four</p>
           </td>
         </tr>
 
       <table class="block-grid up-5">
         <tr>
-          <td style="background:red">
+          <td style="background:red;">
             <p style="text-align: center;">one</p>
-          </td><td style="background: pink;">
+          </td>
+          <td style="background: pink;">
             <p style="text-align: center;">two</p>
-          </td><td style="background:red">
+          </td>
+          <td style="background:red;">
             <p style="text-align: center;">three</p>
-          </td><td style="background: pink;">
+          </td>
+          <td style="background: pink;">
             <p style="text-align: center;">four</p>
-          </td><td style="background:red">
+          </td>
+          <td style="background:red;">
             <p style="text-align: center;">five</p>
           </td>
         </tr>