Advertisement
srikat

Untitled

Aug 23rd, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.95 KB | None | 0 0
  1. Below are examples of column classes that are available in the Genesis Framework style sheet.
  2.  
  3. <h2 style="margin: 30px 0;">For browsers supporting CSS Grid</h2>
  4.  
  5. <h3>Two-Columns</h3>
  6.  
  7. <div class="col col-2">
  8. <div>
  9. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.
  10. </div>
  11. <div>
  12. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.
  13. </div>
  14. </div>
  15.  
  16. <hr />
  17.  
  18. <h3>Three-Columns</h3>
  19.  
  20. <div class="col col-3">
  21. <div>
  22. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what is on your mind.
  23. </div>
  24. <div>
  25. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what is on your mind.
  26. </div>
  27. <div>
  28. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what is on your mind.
  29. </div>
  30. </div>
  31.  
  32. <hr />
  33.  
  34. <h3>Four-Columns</h3>
  35.  
  36. <div class="col col-4">
  37. <div>
  38. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.
  39. </div>
  40. <div>
  41. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.
  42. </div>
  43. <div>
  44. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.
  45. </div>
  46. <div>
  47. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.
  48. </div>
  49. </div>
  50.  
  51. <hr />
  52.  
  53. <h3>Five-Columns</h3>
  54.  
  55. <div class="col col-5">
  56. <div>
  57. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.
  58. </div>
  59. <div>
  60. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.
  61. </div>
  62. <div>
  63. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.
  64. </div>
  65. <div>
  66. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.
  67. </div>
  68. <div>
  69. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.
  70. </div>
  71. </div>
  72.  
  73. <hr />
  74.  
  75. <h3>Six-Columns</h3>
  76.  
  77. <div class="col col-6">
  78. <div>
  79. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what is on your mind.
  80. </div>
  81. <div>
  82. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what is on your mind.
  83. </div>
  84. <div>
  85. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what is on your mind.
  86. </div>
  87. <div>
  88. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what is on your mind.
  89. </div>
  90. <div>
  91. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what is on your mind.
  92. </div>
  93. <div>
  94. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what is on your mind.
  95. </div>
  96. </div>
  97.  
  98. <h2 style="margin: 30px 0;">For browsers not supporting CSS Grid</h2>
  99.  
  100. <h3>Two-Columns</h3>
  101.  
  102. <div class="col col-2">
  103. <div class="one-half first">
  104. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.
  105. </div>
  106. <div class="one-half">
  107. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.
  108. </div>
  109. </div>
  110.  
  111. <hr />
  112.  
  113. <h3>Three-Columns</h3>
  114.  
  115. <div class="col col-3">
  116. <div class="one-third first">
  117. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what is on your mind.
  118. </div>
  119. <div class="one-third">
  120. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what is on your mind.
  121. </div>
  122. <div class="one-third">
  123. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what is on your mind.
  124. </div>
  125. </div>
  126.  
  127. <hr />
  128.  
  129. <h3>Four-Columns</h3>
  130.  
  131. <div class="col col-4">
  132. <div class="one-fourth first">
  133. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.
  134. </div>
  135. <div class="one-fourth">
  136. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.
  137. </div>
  138. <div class="one-fourth">
  139. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.
  140. </div>
  141. <div class="one-fourth">
  142. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.
  143. </div>
  144. </div>
  145.  
  146. <hr />
  147.  
  148. <h3>Five-Columns</h3>
  149.  
  150. <div class="col col-5">
  151. <div class="one-fifth first">
  152. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.
  153. </div>
  154. <div class="one-fifth">
  155. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.
  156. </div>
  157. <div class="one-fifth">
  158. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.
  159. </div>
  160. <div class="one-fifth">
  161. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.
  162. </div>
  163. <div class="one-fifth">
  164. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what exactly is on your mind.
  165. </div>
  166. </div>
  167.  
  168. <hr />
  169.  
  170. <h3>Six-Columns</h3>
  171.  
  172. <div class="col col-6">
  173. <div class="one-sixth first">
  174. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what is on your mind.
  175. </div>
  176. <div class="one-sixth">
  177. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what is on your mind.
  178. </div>
  179. <div class="one-sixth">
  180. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what is on your mind.
  181. </div>
  182. <div class="one-sixth">
  183. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what is on your mind.
  184. </div>
  185. <div class="one-sixth">
  186. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what is on your mind.
  187. </div>
  188. <div class="one-sixth">
  189. This is an example of a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what is on your mind.
  190. </div>
  191. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement