07-11-float-columns-grid-fluid-gutters.html 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Float layout with fluid gutters using margin</title>
  6. <!-- the base styles and "housekeeping" styles are in here: -->
  7. <link rel="stylesheet" href="css/grid-base.css">
  8. <!-- the HTML5 shiv, to help older browsers understand styling
  9. on newer HTML5 elements: -->
  10. <script src="js/html5shiv.min.js"></script>
  11. <style>
  12. /* grid styling */
  13. .row {
  14. margin: 0 -.9%;
  15. padding: 0;
  16. list-style: none;
  17. }
  18. .row:after {
  19. content: '';
  20. display: block;
  21. clear: both;
  22. }
  23. .row-quartet > * {
  24. width: 23.2%;
  25. }
  26. .row-trio > * {
  27. width: 31.5333%;
  28. }
  29. .col {
  30. float: left;
  31. -moz-box-sizing: border-box;
  32. box-sizing: border-box;
  33. margin: 0 .9% 1.375em;
  34. }
  35. .col:last-child {
  36. float: right;
  37. }
  38. /* content styling */
  39. .subcategory {
  40. margin-top: 1.5em;
  41. border-bottom: 1px solid #8e3339;
  42. }
  43. .subcategory-featured {
  44. width: 48.2%;
  45. }
  46. .subcategory-content {
  47. width: 78.2%;
  48. }
  49. .subcategory-header {
  50. width: 18.2%;
  51. }
  52. .story {
  53. padding: .6875em;
  54. background-color: #eee;
  55. }
  56. .story + .story {
  57. margin-top: 1.375em;
  58. }
  59. .story img {
  60. width: 100%;
  61. }
  62. </style>
  63. </head>
  64. <body>
  65. <header class="masthead">
  66. <div class="wrapper">
  67. <h1>Important News</h1>
  68. </div>
  69. </header>
  70. <nav role="navigation" class="navbar">
  71. <div class="wrapper">
  72. <ul class="navlist">
  73. <li><a href="#">Home</a></li>
  74. <li><a href="#">World</a></li>
  75. <li><a href="#">Local</a></li>
  76. <li><a href="#">Sports</a></li>
  77. </ul>
  78. </div>
  79. </nav>
  80. <main class="wrapper">
  81. <section class="subcategory">
  82. <div class="row">
  83. <header class="col subcategory-header">
  84. <h2>Lorem ipsum</h2>
  85. </header>
  86. <div class="col subcategory-content">
  87. <div class="row row-quartet">
  88. <div class="col subcategory-featured">
  89. <article class="story">
  90. <img src="http://placehold.it/600x300" alt="Dummy image">
  91. <h3><a href="#">Cras suscipit nec leo id.</a></h3>
  92. <p>Autem repudiandae aliquid tempora quos reprehenderit architecto, sequi repellat.</p>
  93. </article>
  94. </div>
  95. <div class="col">
  96. <article class="story">
  97. <img src="http://placehold.it/600x300" alt="Dummy image">
  98. <h3><a href="#">Perferendis, ipsam!</a></h3>
  99. <p>Neque magnam vero obcaecati facere nobis sint dolore accusamus vitae consequuntur ad necessitatibus, laborum molestiae.</p>
  100. </article>
  101. </div>
  102. <div class="col">
  103. <article class="story">
  104. <img src="http://placehold.it/600x300" alt="Dummy image">
  105. <h3><a href="#">Curabitur mattis purus nec velit.</a></h3>
  106. <p>Neque magnam vero obcaecati facere nobis sint dolore accusamus vitae consequuntur ad necessitatibus, laborum molestiae.</p>
  107. </article>
  108. </div>
  109. </div>
  110. <div class="row row-quartet">
  111. <div class="col">
  112. <article class="story">
  113. <h3><a href="#">Perferendis, ipsam!</a></h3>
  114. <p>Neque magnam vero obcaecati facere nobis sint dolore accusamus vitae consequuntur ad necessitatibus, laborum molestiae.</p>
  115. </article>
  116. </div>
  117. <div class="col">
  118. <article class="story">
  119. <h3><a href="#">Aliquam mattis eros id posuere.</a></h3>
  120. <p>Neque magnam vero obcaecati facere nobis sint dolore accusamus vitae consequuntur ad necessitatibus, laborum molestiae.</p>
  121. </article>
  122. </div>
  123. <div class="col">
  124. <article class="story">
  125. <h3><a href="#">Proin leo felis, semper nec</a></h3>
  126. <p>Neque magnam vero obcaecati facere nobis sint dolore accusamus vitae consequuntur ad necessitatibus, laborum molestiae.</p>
  127. </article>
  128. </div>
  129. <div class="col">
  130. <article class="story">
  131. <h3><a href="#">Aliquam vitae risus tortor. Sed!</a></h3>
  132. <p>Neque magnam vero obcaecati facere nobis sint dolore accusamus vitae consequuntur ad necessitatibus, laborum molestiae.</p>
  133. </article>
  134. </div>
  135. </div>
  136. </div>
  137. </div>
  138. </section>
  139. <section class="subcategory">
  140. <div class="row">
  141. <header class="col subcategory-header">
  142. <h2>Dolor sit amet</h2>
  143. </header>
  144. <div class="col subcategory-content">
  145. <div class="row row-trio">
  146. <div class="col">
  147. <article class="story">
  148. <img src="http://placehold.it/600x300" alt="Dummy image">
  149. <h3><a href="#">Ut sit amet mi massa</a></h3>
  150. <p>Neque magnam vero obcaecati facere nobis sint dolore accusamus vitae consequuntur ad necessitatibus, laborum molestiae.</p>
  151. </article>
  152. </div>
  153. <div class="col">
  154. <article class="story">
  155. <h3><a href="#">Nunc mollis sit amet nunc</a></h3>
  156. <p>Neque magnam vero obcaecati facere nobis sint dolore accusamus vitae consequuntur ad necessitatibus, laborum molestiae.</p>
  157. </article>
  158. <article class="story">
  159. <h3><a href="#">Duis sed ante enim. Cras</a></h3>
  160. <p>Neque magnam vero obcaecati facere nobis sint dolore accusamus vitae consequuntur ad necessitatibus, laborum molestiae.</p>
  161. </article>
  162. </div>
  163. <div class="col">
  164. <article class="story">
  165. <img src="http://placehold.it/600x300" alt="Dummy image">
  166. <h3><a href="#">Animi, explicabo, ipsum</a></h3>
  167. <p>Neque magnam vero obcaecati facere nobis sint dolore accusamus vitae consequuntur ad necessitatibus, laborum molestiae.</p>
  168. </article>
  169. </div>
  170. </div>
  171. </div>
  172. </div>
  173. </section>
  174. </main>
  175. </body>
  176. </html>