A place to cache linked articles (think custom and personal wayback machine)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 39KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755
  1. <!doctype html><!-- This is a valid HTML5 document. -->
  2. <!-- Screen readers, SEO, extensions and so on. -->
  3. <html lang=fr>
  4. <!-- Has to be within the first 1024 bytes, hence before the <title>
  5. See: https://www.w3.org/TR/2012/CR-html5-20121217/document-metadata.html#charset -->
  6. <meta charset=utf-8>
  7. <!-- Why no `X-UA-Compatible` meta: https://stackoverflow.com/a/6771584 -->
  8. <!-- The viewport meta is quite crowded and we are responsible for that.
  9. See: https://codepen.io/tigt/post/meta-viewport-for-2015 -->
  10. <meta name=viewport content="width=device-width,minimum-scale=1,initial-scale=1,shrink-to-fit=no">
  11. <!-- Required to make a valid HTML5 document. -->
  12. <title>Grid, Flexbox, Box Alignment: Our New System for Layout (archive) — David Larlet</title>
  13. <!-- Generated from https://realfavicongenerator.net/ such a mess. -->
  14. <link rel="apple-touch-icon" sizes="180x180" href="/static/david/icons/apple-touch-icon.png">
  15. <link rel="icon" type="image/png" sizes="32x32" href="/static/david/icons/favicon-32x32.png">
  16. <link rel="icon" type="image/png" sizes="16x16" href="/static/david/icons/favicon-16x16.png">
  17. <link rel="manifest" href="/manifest.json">
  18. <link rel="mask-icon" href="/static/david/icons/safari-pinned-tab.svg" color="#5bbad5">
  19. <link rel="shortcut icon" href="/static/david/icons/favicon.ico">
  20. <meta name="apple-mobile-web-app-title" content="David Larlet">
  21. <meta name="application-name" content="David Larlet">
  22. <meta name="msapplication-TileColor" content="#da532c">
  23. <meta name="msapplication-config" content="/static/david/icons/browserconfig.xml">
  24. <meta name="theme-color" content="#f0f0ea">
  25. <!-- That good ol' feed, subscribe :p. -->
  26. <link rel=alternate type="application/atom+xml" title=Feed href="/david/log/">
  27. <meta name="robots" content="noindex, nofollow">
  28. <meta content="origin-when-cross-origin" name="referrer">
  29. <!-- Canonical URL for SEO purposes -->
  30. <link rel="canonical" href="https://24ways.org/2015/grid-flexbox-box-alignment-our-new-system-for-layout/">
  31. <style>
  32. /* http://meyerweb.com/eric/tools/css/reset/ */
  33. html, body, div, span,
  34. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  35. a, abbr, address, big, cite, code,
  36. del, dfn, em, img, ins,
  37. small, strike, strong, tt, var,
  38. dl, dt, dd, ol, ul, li,
  39. fieldset, form, label, legend,
  40. table, caption, tbody, tfoot, thead, tr, th, td,
  41. article, aside, canvas, details, embed,
  42. figure, figcaption, footer, header, hgroup,
  43. menu, nav, output, ruby, section, summary,
  44. time, mark, audio, video {
  45. margin: 0;
  46. padding: 0;
  47. border: 0;
  48. font-size: 100%;
  49. font: inherit;
  50. vertical-align: baseline;
  51. }
  52. /* HTML5 display-role reset for older browsers */
  53. article, aside, details, figcaption, figure,
  54. footer, header, hgroup, menu, nav, section { display: block; }
  55. body { line-height: 1; }
  56. blockquote, q { quotes: none; }
  57. blockquote:before, blockquote:after,
  58. q:before, q:after {
  59. content: '';
  60. content: none;
  61. }
  62. table {
  63. border-collapse: collapse;
  64. border-spacing: 0;
  65. }
  66. /* http://practicaltypography.com/equity.html */
  67. /* https://calendar.perfplanet.com/2016/no-font-face-bulletproof-syntax/ */
  68. /* https://www.filamentgroup.com/lab/js-web-fonts.html */
  69. @font-face {
  70. font-family: 'EquityTextB';
  71. src: url('/static/david/css/fonts/Equity-Text-B-Regular-webfont.woff2') format('woff2'),
  72. url('/static/david/css/fonts/Equity-Text-B-Regular-webfont.woff') format('woff');
  73. font-weight: 300;
  74. font-style: normal;
  75. font-display: swap;
  76. }
  77. @font-face {
  78. font-family: 'EquityTextB';
  79. src: url('/static/david/css/fonts/Equity-Text-B-Italic-webfont.woff2') format('woff2'),
  80. url('/static/david/css/fonts/Equity-Text-B-Italic-webfont.woff') format('woff');
  81. font-weight: 300;
  82. font-style: italic;
  83. font-display: swap;
  84. }
  85. @font-face {
  86. font-family: 'EquityTextB';
  87. src: url('/static/david/css/fonts/Equity-Text-B-Bold-webfont.woff2') format('woff2'),
  88. url('/static/david/css/fonts/Equity-Text-B-Bold-webfont.woff') format('woff');
  89. font-weight: 700;
  90. font-style: normal;
  91. font-display: swap;
  92. }
  93. @font-face {
  94. font-family: 'ConcourseT3';
  95. src: url('/static/david/css/fonts/concourse_t3_regular-webfont-20190806.woff2') format('woff2'),
  96. url('/static/david/css/fonts/concourse_t3_regular-webfont-20190806.woff') format('woff');
  97. font-weight: 300;
  98. font-style: normal;
  99. font-display: swap;
  100. }
  101. /* http://practice.typekit.com/lesson/caring-about-opentype-features/ */
  102. body {
  103. /* http://www.cssfontstack.com/ Palatino 99% Win 86% Mac */
  104. font-family: "EquityTextB", Palatino, serif;
  105. background-color: #f0f0ea;
  106. color: #07486c;
  107. font-kerning: normal;
  108. -moz-osx-font-smoothing: grayscale;
  109. -webkit-font-smoothing: subpixel-antialiased;
  110. text-rendering: optimizeLegibility;
  111. font-variant-ligatures: common-ligatures contextual;
  112. font-feature-settings: "kern", "liga", "clig", "calt";
  113. }
  114. pre, code, kbd, samp, var, tt {
  115. font-family: 'TriplicateT4c', monospace;
  116. }
  117. em {
  118. font-style: italic;
  119. color: #323a45;
  120. }
  121. strong {
  122. font-weight: bold;
  123. color: black;
  124. }
  125. nav {
  126. background-color: #323a45;
  127. color: #f0f0ea;
  128. display: flex;
  129. justify-content: space-around;
  130. padding: 1rem .5rem;
  131. }
  132. nav:last-child {
  133. border-bottom: 1vh solid #2d7474;
  134. }
  135. nav a {
  136. color: #f0f0ea;
  137. }
  138. nav abbr {
  139. border-bottom: 1px dotted white;
  140. }
  141. h1 {
  142. border-top: 1vh solid #2d7474;
  143. border-bottom: .2vh dotted #2d7474;
  144. background-color: #e3e1e1;
  145. color: #323a45;
  146. text-align: center;
  147. padding: 5rem 0 4rem 0;
  148. width: 100%;
  149. font-family: 'ConcourseT3';
  150. display: flex;
  151. flex-direction: column;
  152. }
  153. h1.single {
  154. padding-bottom: 10rem;
  155. }
  156. h1 span {
  157. position: absolute;
  158. top: 1vh;
  159. left: 20%;
  160. line-height: 0;
  161. }
  162. h1 span a {
  163. line-height: 1.7;
  164. padding: 1rem 1.2rem .6rem 1.2rem;
  165. border-radius: 0 0 6% 6%;
  166. background: #2d7474;
  167. font-size: 1.3rem;
  168. color: white;
  169. text-decoration: none;
  170. }
  171. h2 {
  172. margin: 4rem 0 1rem;
  173. border-top: .2vh solid #2d7474;
  174. padding-top: 1vh;
  175. }
  176. h3 {
  177. text-align: center;
  178. margin: 3rem 0 .75em;
  179. }
  180. hr {
  181. height: .4rem;
  182. width: .4rem;
  183. border-radius: .4rem;
  184. background: #07486c;
  185. margin: 2.5rem auto;
  186. }
  187. time {
  188. display: bloc;
  189. margin-left: 0 !important;
  190. }
  191. ul, ol {
  192. margin: 2rem;
  193. }
  194. ul {
  195. list-style-type: square;
  196. }
  197. a {
  198. text-decoration-skip-ink: auto;
  199. text-decoration-thickness: 0.05em;
  200. text-underline-offset: 0.09em;
  201. }
  202. article {
  203. max-width: 50rem;
  204. display: flex;
  205. flex-direction: column;
  206. margin: 2rem auto;
  207. }
  208. article.single {
  209. border-top: .2vh dotted #2d7474;
  210. margin: -6rem auto 1rem auto;
  211. background: #f0f0ea;
  212. padding: 2rem;
  213. }
  214. article p:last-child {
  215. margin-bottom: 1rem;
  216. }
  217. p {
  218. padding: 0 .5rem;
  219. margin-left: 3rem;
  220. }
  221. p + p,
  222. figure + p {
  223. margin-top: 2rem;
  224. }
  225. blockquote {
  226. background-color: #e3e1e1;
  227. border-left: .5vw solid #2d7474;
  228. display: flex;
  229. flex-direction: column;
  230. align-items: center;
  231. padding: 1rem;
  232. margin: 1.5rem;
  233. }
  234. blockquote cite {
  235. font-style: italic;
  236. }
  237. blockquote p {
  238. margin-left: 0;
  239. }
  240. figure {
  241. border-top: .2vh solid #2d7474;
  242. background-color: #e3e1e1;
  243. text-align: center;
  244. padding: 1.5rem 0;
  245. margin: 1rem 0 0;
  246. font-size: 1.5rem;
  247. width: 100%;
  248. }
  249. figure img {
  250. max-width: 250px;
  251. max-height: 250px;
  252. border: .5vw solid #323a45;
  253. padding: 1px;
  254. }
  255. figcaption {
  256. padding: 1rem;
  257. line-height: 1.4;
  258. }
  259. aside {
  260. display: flex;
  261. flex-direction: column;
  262. background-color: #e3e1e1;
  263. padding: 1rem 0;
  264. border-bottom: .2vh solid #07486c;
  265. }
  266. aside p {
  267. max-width: 50rem;
  268. margin: 0 auto;
  269. }
  270. /* https://fvsch.com/code/css-locks/ */
  271. p, li, pre, code, kbd, samp, var, tt, time, details, figcaption {
  272. font-size: 1rem;
  273. line-height: calc( 1.5em + 0.2 * 1rem );
  274. }
  275. h1 {
  276. font-size: 1.9rem;
  277. line-height: calc( 1.2em + 0.2 * 1rem );
  278. }
  279. h2 {
  280. font-size: 1.6rem;
  281. line-height: calc( 1.3em + 0.2 * 1rem );
  282. }
  283. h3 {
  284. font-size: 1.35rem;
  285. line-height: calc( 1.4em + 0.2 * 1rem );
  286. }
  287. @media (min-width: 20em) {
  288. /* The (100vw - 20rem) / (50 - 20) part
  289. resolves to 0-1rem, depending on the
  290. viewport width (between 20em and 50em). */
  291. p, li, pre, code, kbd, samp, var, tt, time, details, figcaption {
  292. font-size: calc( 1rem + .6 * (100vw - 20rem) / (50 - 20) );
  293. line-height: calc( 1.5em + 0.2 * (100vw - 50rem) / (20 - 50) );
  294. margin-left: 0;
  295. }
  296. h1 {
  297. font-size: calc( 1.9rem + 1.5 * (100vw - 20rem) / (50 - 20) );
  298. line-height: calc( 1.2em + 0.2 * (100vw - 50rem) / (20 - 50) );
  299. }
  300. h2 {
  301. font-size: calc( 1.5rem + 1.5 * (100vw - 20rem) / (50 - 20) );
  302. line-height: calc( 1.3em + 0.2 * (100vw - 50rem) / (20 - 50) );
  303. }
  304. h3 {
  305. font-size: calc( 1.35rem + 1.5 * (100vw - 20rem) / (50 - 20) );
  306. line-height: calc( 1.4em + 0.2 * (100vw - 50rem) / (20 - 50) );
  307. }
  308. }
  309. @media (min-width: 50em) {
  310. /* The right part of the addition *must* be a
  311. rem value. In this example we *could* change
  312. the whole declaration to font-size:2.5rem,
  313. but if our baseline value was not expressed
  314. in rem we would have to use calc. */
  315. p, li, pre, code, kbd, samp, var, tt, time, details, figcaption {
  316. font-size: calc( 1rem + .6 * 1rem );
  317. line-height: 1.5em;
  318. }
  319. p, li, pre, details {
  320. margin-left: 3rem;
  321. }
  322. h1 {
  323. font-size: calc( 1.9rem + 1.5 * 1rem );
  324. line-height: 1.2em;
  325. }
  326. h2 {
  327. font-size: calc( 1.5rem + 1.5 * 1rem );
  328. line-height: 1.3em;
  329. }
  330. h3 {
  331. font-size: calc( 1.35rem + 1.5 * 1rem );
  332. line-height: 1.4em;
  333. }
  334. figure img {
  335. max-width: 500px;
  336. max-height: 500px;
  337. }
  338. }
  339. figure.unsquared {
  340. margin-bottom: 1.5rem;
  341. }
  342. figure.unsquared img {
  343. height: inherit;
  344. }
  345. @media print {
  346. body { font-size: 100%; }
  347. a:after { content: " (" attr(href) ")"; }
  348. a, a:link, a:visited, a:after {
  349. text-decoration: underline;
  350. text-shadow: none !important;
  351. background-image: none !important;
  352. background: white;
  353. color: black;
  354. }
  355. abbr[title] { border-bottom: 0; }
  356. abbr[title]:after { content: " (" attr(title) ")"; }
  357. img { page-break-inside: avoid; }
  358. @page { margin: 2cm .5cm; }
  359. h1, h2, h3 { page-break-after: avoid; }
  360. p3 { orphans: 3; widows: 3; }
  361. img {
  362. max-width: 250px !important;
  363. max-height: 250px !important;
  364. }
  365. nav, aside { display: none; }
  366. }
  367. ul.with_columns {
  368. column-count: 1;
  369. }
  370. @media (min-width: 20em) {
  371. ul.with_columns {
  372. column-count: 2;
  373. }
  374. }
  375. @media (min-width: 50em) {
  376. ul.with_columns {
  377. column-count: 3;
  378. }
  379. }
  380. ul.with_two_columns {
  381. column-count: 1;
  382. }
  383. @media (min-width: 20em) {
  384. ul.with_two_columns {
  385. column-count: 1;
  386. }
  387. }
  388. @media (min-width: 50em) {
  389. ul.with_two_columns {
  390. column-count: 2;
  391. }
  392. }
  393. .gallery {
  394. display: flex;
  395. flex-wrap: wrap;
  396. justify-content: space-around;
  397. }
  398. .gallery figure img {
  399. margin-left: 1rem;
  400. margin-right: 1rem;
  401. }
  402. .gallery figure figcaption {
  403. font-family: 'ConcourseT3'
  404. }
  405. footer {
  406. font-family: 'ConcourseT3';
  407. display: flex;
  408. flex-direction: column;
  409. border-top: 3px solid white;
  410. padding: 4rem 0;
  411. background-color: #07486c;
  412. color: white;
  413. }
  414. footer > * {
  415. max-width: 50rem;
  416. margin: 0 auto;
  417. }
  418. footer a {
  419. color: #f1c40f;
  420. }
  421. footer .avatar {
  422. width: 200px;
  423. height: 200px;
  424. border-radius: 50%;
  425. float: left;
  426. -webkit-shape-outside: circle();
  427. shape-outside: circle();
  428. margin-right: 2rem;
  429. padding: 2px 5px 5px 2px;
  430. background: white;
  431. border-left: 1px solid #f1c40f;
  432. border-top: 1px solid #f1c40f;
  433. border-right: 5px solid #f1c40f;
  434. border-bottom: 5px solid #f1c40f;
  435. }
  436. </style>
  437. <h1>
  438. <span><a id="jumper" href="#jumpto" title="Un peu perdu ?">?</a></span>
  439. Grid, Flexbox, Box Alignment: Our New System for Layout (archive)
  440. <time>Pour la pérennité des contenus liés. Non-indexé, retrait sur simple email.</time>
  441. </h1>
  442. <section>
  443. <article>
  444. <h3><a href="https://24ways.org/2015/grid-flexbox-box-alignment-our-new-system-for-layout/">Source originale du contenu</a></h3>
  445. <p class="lede">Three years ago for 24 ways 2012, I wrote an article about <a href="/2012/css3-grid-layout/">a new CSS layout method</a> I was excited about. A specification had emerged, developed by people from the Internet Explorer team, bringing us a proper grid system for the web. In 2015, that Internet Explorer implementation is still the only public implementation of CSS grid layout. However, in 2016 we should be seeing it in a new improved form ready for our use in browsers.</p>
  446. <p>Grid layout has developed hidden behind a flag in Blink, and in nightly builds of WebKit and, latterly, Firefox. By being developed in this way, breaking changes could be safely made to the specification as no one was relying on the experimental implementations in production work.</p>
  447. <p>Another new layout method has emerged over the past few years in a more public and perhaps more painful way. Shipped prefixed in browsers, The flexible box layout module (flexbox) was far too tempting for developers not to use on production sites. Therefore, as changes were made to the specification, we found ourselves with three different flexboxes, and browser implementations that did not match one another in completeness or in the version of specified features they supported. </p>
  448. <p>Owing to the different ways these modules have come into being, when I present on grid layout it is often the very first time someone has heard of the specification. A question I keep being asked is whether CSS grid layout and flexbox are competing layout systems, as though it might be possible to back the loser in a CSS layout competition. The reality, however, is that these two methods will sit together as one system for doing layout on the web, each method playing to certain strengths and serving particular layout tasks. </p>
  449. <p>If there is to be a loser in the battle of the layouts, my hope is that it will be the layout frameworks that tie our design to our markup. They have been a necessary placeholder while we waited for a true web layout system, but I believe that in a few years time we’ll be easily able to date a website to circa 2015 by seeing <code>&lt;div class="row"&gt;</code> or <code>&lt;div class="col-md-3"&gt;</code> in the markup.</p>
  450. <p>In this article, I’m going to take a look at the common features of our new layout systems, along with a couple of examples which serve to highlight the differences between them.</p>
  451. <p>To see the grid layout examples you will need to enable grid in your browser. The easiest thing to do is to enable the <strong>experimental web platform features</strong> flag in Chrome. Details of current browser support <a href="http://gridbyexample.com/browsers/">can be found here</a>. </p>
  452. <h2>Relationship</h2>
  453. <p>Items only become flex or grid items if they are a direct child of the element that has <code>display:flex</code>, <code>display:grid</code> or <code>display:inline-grid</code> applied. Those direct children then understand themselves in the context of the complete layout. This makes many things possible. It’s the lack of relationship between elements that makes our existing layout methods difficult to use. If we float two columns, left and right, we have no way to tell the shorter column to extend to the height of the taller one. We have expended a lot of effort trying to figure out the best way to make full-height columns work, using techniques that were never really designed for page layout.</p>
  454. <p>At a very simple level, the relationship between elements means that we can easily achieve full-height columns. In flexbox:</p>
  455. <figure><p data-height="468" data-theme-id="0" data-slug-hash="d1740516afc286acf242e690e59e9941" data-default-tab="css" data-user="rachelandrew" class="codepen">See the Pen <a href="http://codepen.io/rachelandrew/pen/d1740516afc286acf242e690e59e9941/">Flexbox equal height columns</a> by rachelandrew (<a href="http://codepen.io/rachelandrew">@rachelandrew</a>) on <a href="http://codepen.io">CodePen</a>.</p>
  456. </figure>
  457. <p>And in grid layout (requires a CSS grid-supporting browser):</p>
  458. <figure><p data-height="468" data-theme-id="0" data-slug-hash="82770d9e7cba74b92334b5ec510e3e6a" data-default-tab="css" data-user="rachelandrew" class="codepen">See the Pen <a href="http://codepen.io/rachelandrew/pen/82770d9e7cba74b92334b5ec510e3e6a/">Grid equal height columns</a> by rachelandrew (<a href="http://codepen.io/rachelandrew">@rachelandrew</a>) on <a href="http://codepen.io">CodePen</a>.</p>
  459. </figure>
  460. <h2>Alignment</h2>
  461. <p>Full-height columns rely on our flex and grid items understanding themselves as part of an overall layout. They also draw on a third new specification: the box alignment module. If vertical centring is a gift you’d like to have under your tree this Christmas, then this is the box you’ll want to unwrap first.</p>
  462. <p>The box alignment module takes the alignment and space distribution properties from flexbox and applies them to other layout methods. That includes grid layout, but also other layout methods. Once implemented in browsers, this specification will give us true vertical centring of <em>all the things</em>.</p>
  463. <p>Our examples above achieved full-height columns because the default value of <code>align-items</code> is <code>stretch</code>. The value ensured our columns stretched to the height of the tallest. If we want to use our new vertical centring abilities on all items, we would set <code>align-items:center</code> on the container. To align one flex or grid item, apply the <code>align-self</code> property.</p>
  464. <p>The examples below demonstrate these alignment properties in both grid layout and flexbox. The portrait image of Widget the cat is aligned with the default stretch. The other three images are aligned using different values of <code>align-self</code>.</p>
  465. <p>Take a look at an example in flexbox:</p>
  466. <figure><p data-height="468" data-theme-id="0" data-slug-hash="deba55225c29d41d54e01553840ece2c" data-default-tab="css" data-user="rachelandrew" class="codepen">See the Pen <a href="http://codepen.io/rachelandrew/pen/deba55225c29d41d54e01553840ece2c/">Flexbox alignment</a> by rachelandrew (<a href="http://codepen.io/rachelandrew">@rachelandrew</a>) on <a href="http://codepen.io">CodePen</a>.</p>
  467. </figure>
  468. <p>And also in grid layout (requires a CSS grid-supporting browser):</p>
  469. <figure><p data-height="468" data-theme-id="0" data-slug-hash="9673b6695bb948a0e698583746e6d4f4" data-default-tab="css" data-user="rachelandrew" class="codepen">See the Pen <a href="http://codepen.io/rachelandrew/pen/9673b6695bb948a0e698583746e6d4f4/">Grid alignment</a> by rachelandrew (<a href="http://codepen.io/rachelandrew">@rachelandrew</a>) on <a href="http://codepen.io">CodePen</a>.</p>
  470. </figure>
  471. <figure><img src="https://media.24ways.org/2015/andrew/24ways-grid-alignment.jpg" alt="The alignment properties used with CSS grid layout."/><figcaption>The alignment properties used with CSS grid layout.</figcaption></figure>
  472. <h2>Fluid grids</h2>
  473. <p>A cornerstone of responsive design is the concept of fluid grids.</p>
  474. <blockquote>
  475. <p>“[…]every aspect of the grid—and the elements laid upon it—can be expressed as a proportion relative to its container.”<br/>
  476. —Ethan Marcotte, “<a href="http://alistapart.com/article/fluidgrids">Fluid Grids</a>”</p>
  477. </blockquote>
  478. <p>The method outlined by Marcotte is to divide the target width by the context, then use that value as a percentage value for the <code>width</code> property on our element.</p>
  479. <pre><code class="language-css">h1 {
  480. margin-left: 14.575%; /* 144px / 988px = 0.14575 */
  481. width: 70.85%; /* 700px / 988px = 0.7085 */
  482. }</code></pre>
  483. <p>In more recent years, we’ve been able to use <a href="http://webdesign.tutsplus.com/tutorials/calc-grids-are-the-best-grids--cms-22902"><code>calc()</code></a> to simplify this (at least, for those of us able to <a href="http://caniuse.com/#feat=calc">drop support for Internet Explorer 8</a>). However, flexbox and grid layout make fluid grids simple.</p>
  484. <p>The most basic of flexbox demos shows this fluidity in action. The <code>justify-content</code> property – another property defined in the box alignment module – can be used to create an equal amount of space between or around items. As the available width increases, more space is assigned in proportion.</p>
  485. <p>In this demo, the list items are flex items due to <code>display:flex</code> being added to the <code>ul</code>. I have given them a maximum width of 250 pixels. Any remaining space is distributed equally between the items as the <code>justify-content</code> property has a value of <code>space-between</code>.</p>
  486. <figure><p data-height="468" data-theme-id="0" data-slug-hash="c71f9f91cc857ea496e1372ae8f494cb" data-default-tab="css" data-user="rachelandrew" class="codepen">See the Pen <a href="http://codepen.io/rachelandrew/pen/c71f9f91cc857ea496e1372ae8f494cb/">Flexbox: justify-content</a> by rachelandrew (<a href="http://codepen.io/rachelandrew">@rachelandrew</a>) on <a href="http://codepen.io">CodePen</a>.</p>
  487. </figure>
  488. <p>For true fluid grid-like behaviour, your new flexible friends are <code>flex-grow</code> and <code>flex-shrink</code>. These properties give us the ability to assign space in proportion.</p>
  489. <p>The flexbox <code>flex</code> property is a shorthand for:</p>
  490. <ul>
  491. <li><code>flex-grow</code></li>
  492. <li><code>flex-shrink</code></li>
  493. <li><code>flex-basis</code></li>
  494. </ul>
  495. <p>The <code>flex-basis</code> property sets the default width for an item. If <code>flex-grow</code> is set to <code>0</code>, then the item will not grow larger than the <code>flex-basis</code> value; if <code>flex-shrink</code> is <code>0</code>, the item will not shrink smaller than the <code>flex-basis</code> value.</p>
  496. <ul>
  497. <li><code>flex: 1 1 200px</code>: a flexible box that can grow and shrink from a 200px basis.</li>
  498. <li><code>flex: 0 0 200px</code>: a box that will be 200px and cannot grow or shrink.</li>
  499. <li><code>flex: 1 0 200px</code>: a box that can grow bigger than 200px, but not shrink smaller.</li>
  500. </ul>
  501. <p>In this example, I have a set of boxes that can all grow and shrink equally from a 100 pixel basis.</p>
  502. <figure><p data-height="468" data-theme-id="0" data-slug-hash="c0e5661b6c8ede414716f33bfdf788fa" data-default-tab="css" data-user="rachelandrew" class="codepen">See the Pen <a href="http://codepen.io/rachelandrew/pen/c0e5661b6c8ede414716f33bfdf788fa/">Flexbox: flex-grow</a> by rachelandrew (<a href="http://codepen.io/rachelandrew">@rachelandrew</a>) on <a href="http://codepen.io">CodePen</a>.</p>
  503. </figure>
  504. <p>What I would like to happen is for the first element, containing a portrait image, to take up less width than the landscape images, thus keeping it more in proportion. I can do this by changing the <code>flex-grow</code> value. By giving all the items a value of <code>1</code>, they all gain an equal amount of the available space after the 100 pixel basis has been worked out.</p>
  505. <p>If I give them all a value of <code>3</code> and the first box a value of <code>1</code>, the other boxes will be assigned three parts of the available space while box 1 is assigned only one part. You can see what happens in this demo:</p>
  506. <figure><p data-height="468" data-theme-id="0" data-slug-hash="723ba4448202c72e06b1d39c6e6d1f64" data-default-tab="css" data-user="rachelandrew" class="codepen">See the Pen <a href="http://codepen.io/rachelandrew/pen/723ba4448202c72e06b1d39c6e6d1f64/">Flexbox: flex-grow</a> by rachelandrew (<a href="http://codepen.io/rachelandrew">@rachelandrew</a>) on <a href="http://codepen.io">CodePen</a>.</p>
  507. </figure>
  508. <p>Once you understand <code>flex-grow</code>, you should easily be able to grasp how the new <em>fraction unit</em> (<code>fr</code>, defined in the CSS grid layout specification) works. Like <code>flex-grow</code>, this unit allows us to assign available space in proportion. In this case, we assign the space when defining our track sizes.</p>
  509. <p>In this demo (which requires a CSS grid-supporting browser), I create a four-column grid using the fraction unit to define my track sizes. The first track is <code>1fr</code> in width, and the others <code>2fr</code>.</p>
  510. <p><code>grid-template-columns: 1fr 2fr 2fr 2fr;</code></p>
  511. <figure><p data-height="468" data-theme-id="0" data-slug-hash="6baabcc5f32f12897a265bd26f3aeb4c" data-default-tab="css" data-user="rachelandrew" class="codepen">See the Pen <a href="http://codepen.io/rachelandrew/pen/6baabcc5f32f12897a265bd26f3aeb4c/">Grid fraction units</a> by rachelandrew (<a href="http://codepen.io/rachelandrew">@rachelandrew</a>) on <a href="http://codepen.io">CodePen</a>.</p>
  512. </figure>
  513. <figure><img src="https://media.24ways.org/2015/andrew/24ways-grid-fraction-units.jpg" alt="The four-track grid."/><figcaption>The four-track grid.</figcaption></figure>
  514. <h2>Separation of concerns</h2>
  515. <p>My younger self petitioned my peers to stop using tables for layout and to move to CSS. One of the rallying cries of that movement was the concept of separating our source and content from how they were displayed. It was something of a failed promise given the tools we had available: the display leaked into the markup with the need for redundant elements to cope with browser bugs, or visual techniques that just could not be achieved without supporting markup.</p>
  516. <p>Browsers have improved, but even now we can find ourselves compromising the ideal document structure so we can get the layout we want at various breakpoints. In some ways, the situation has returned to tables-for-layout days. Many of the current grid frameworks rely on describing our layout directly in the markup. We add <code>div</code>s for rows, and classes to describe the number of desired columns. We nest these constructions of <code>div</code>s inside one another.</p>
  517. <p>Here is a snippet from the <a href="https://getbootstrap.com/examples/grid/">Bootstrap grid examples</a> – <strong>two columns with two nested columns</strong>:</p>
  518. <pre><code class="language-markup">&lt;div class="row"&gt;
  519. &lt;div class="col-md-8"&gt;
  520. .col-md-8
  521. &lt;div class="row"&gt;
  522. &lt;div class="col-md-6"&gt;
  523. .col-md-6
  524. &lt;/div&gt;
  525. &lt;div class="col-md-6"&gt;
  526. .col-md-6
  527. &lt;/div&gt;
  528. &lt;/div&gt;
  529. &lt;/div&gt;
  530. &lt;div class="col-md-4"&gt;
  531. .col-md-4
  532. &lt;/div&gt;
  533. &lt;/div&gt;</code></pre>
  534. <p>Not a million miles away from something I might have written in 1999.</p>
  535. <pre><code class="language-markup">&lt;table&gt;
  536. &lt;tr&gt;
  537. &lt;td class="col-md-8"&gt;
  538. .col-md-8
  539. &lt;table&gt;
  540. &lt;tr&gt;
  541. &lt;td class="col-md-6"&gt;
  542. .col-md-6
  543. &lt;/td&gt;
  544. &lt;td class="col-md-6"&gt;
  545. .col-md-6
  546. &lt;/td&gt;
  547. &lt;/tr&gt;
  548. &lt;/table&gt;
  549. &lt;/td&gt;
  550. &lt;td class="col-md-4"&gt;
  551. .col-md-4
  552. &lt;/td&gt;
  553. &lt;/tr&gt;
  554. &lt;/table&gt;</code></pre>
  555. <p>Grid and flexbox layouts <em>do not need to be described in markup</em>. The layout description happens entirely in the CSS, meaning that elements can be moved around from within the presentation layer.</p>
  556. <p>Flexbox gives us the ability to reverse the flow of elements, but also to set the order of elements with the <code>order</code> property. This is demonstrated here, where Widget the cat is in position 1 in the source, but I have used the <code>order</code> property to display him <em>after</em> the things that are currently unimpressive to him.</p>
  557. <figure><p data-height="468" data-theme-id="0" data-slug-hash="eec059a9881025fc46b82e9de15fdfb9" data-default-tab="css" data-user="rachelandrew" class="codepen">See the Pen <a href="http://codepen.io/rachelandrew/pen/eec059a9881025fc46b82e9de15fdfb9/">Flexbox: order</a> by rachelandrew (<a href="http://codepen.io/rachelandrew">@rachelandrew</a>) on <a href="http://codepen.io">CodePen</a>.</p>
  558. </figure>
  559. <p>Grid layout takes this a step further. Where flexbox lets us set the order of items in a single dimension, grid layout gives us the ability to position things in two dimensions: both rows and columns. Defined in the CSS, this positioning can be changed at any breakpoint without needing additional markup. Compare the source order with the display order in this example (requires a CSS grid-supporting browser):</p>
  560. <figure><p data-height="468" data-theme-id="0" data-slug-hash="500336330e932a6698c4576a96a08695" data-default-tab="css" data-user="rachelandrew" class="codepen">See the Pen <a href="http://codepen.io/rachelandrew/pen/500336330e932a6698c4576a96a08695/">Grid positioning in two dimensions</a> by rachelandrew (<a href="http://codepen.io/rachelandrew">@rachelandrew</a>) on <a href="http://codepen.io">CodePen</a>.</p>
  561. </figure>
  562. <figure><img src="https://media.24ways.org/2015/andrew/24ways-two-dimensions.jpg" alt="Laying out our items in two dimensions using grid layout."/><figcaption>Laying out our items in two dimensions using grid layout.</figcaption></figure>
  563. <p>As these demos show, a straightforward way to decide if you should use grid layout or flexbox is whether you want to position items in one dimension or two. If two, you want grid layout.</p>
  564. <h3>A note on accessibility and reordering</h3>
  565. <p>The issues arising from this powerful ability to change the way items are ordered visually from how they appear in the source have been the subject of much discussion. The current flexbox editor’s draft states</p>
  566. <blockquote>
  567. <p>“Authors <em>must</em> use <code>order</code> only for visual, not logical, reordering of content. Style sheets that use <code>order</code> to perform logical reordering are non-conforming.”<br/>
  568. —<a href="https://drafts.csswg.org/css-flexbox/#order-accessibility">CSS Flexible Box Layout Module Level 1, Editor’s Draft (3 December 2015)</a></p>
  569. </blockquote>
  570. <p>This is to ensure that non-visual user agents (a screen reader, for example) can rely on the document source order as being correct. Take care when reordering that you do so from the basis of a sound document that makes sense in terms of source order. Avoid using visual order to convey meaning.</p>
  571. <h2>Automatic content placement with rules</h2>
  572. <p>Having control over the order of items, or placing items on a predefined grid, is nice. However, we can often do that already with one method or another and we have frameworks and tools to help us. Tools such as <a href="http://susy.oddbird.net/">Susy</a> mean we can even get away from stuffing our markup full of grid classes. However, our new layout methods give us some interesting new possibilities.</p>
  573. <p>Something that is useful to be able to do when dealing with content coming out of a CMS or being pulled from some other source, is to define a bunch of rules and then say, “Display this content, using these rules.”</p>
  574. <p>As an example of this, I will leave you with a Christmas poem displayed in a document alongside Widget the cat and some of the decorations that are bringing him no Christmas cheer whatsoever.</p>
  575. <p>The poem is displayed first in the source as a set of paragraphs. I’ve added a class identifying each of the four paragraphs but they are displayed in the source as one text. Below that are all my images, some landscape and some portrait; I’ve added a class of <code>landscape</code> to the landscape ones.</p>
  576. <p>The mobile-first grid is a single column and I use line-based placement to explicitly position my poem paragraphs. The grid layout auto-placement rules then take over and place the images into the empty cells left in the grid.</p>
  577. <p>At wider screen widths, I declare a four-track grid, and position my poem around the grid, keeping it in a readable order.</p>
  578. <p>I also add rules to my <code>landscape</code> class, stating that these items should span two tracks. Once again the grid layout auto-placement rules position the rest of my images without my needing to position them. You will see that grid layout takes items out of source order to fill gaps in the grid. It does this because I have set the property <code>grid-auto-flow</code> to <code>dense</code>. The default is <code>sparse</code> meaning that grid will not attempt this backfilling behaviour.</p>
  579. <p>Take a look and play around with the full demo (requires a CSS grid layout-supporting browser):</p>
  580. <figure><p data-height="468" data-theme-id="0" data-slug-hash="3c47bd9218977b17f4fad2842fc1dccc" data-default-tab="css" data-user="rachelandrew" class="codepen">See the Pen <a href="http://codepen.io/rachelandrew/pen/3c47bd9218977b17f4fad2842fc1dccc/">Grid auto-flow with rules</a> by rachelandrew (<a href="http://codepen.io/rachelandrew">@rachelandrew</a>) on <a href="http://codepen.io">CodePen</a>.</p>
  581. </figure>
  582. <figure><img src="https://media.24ways.org/2015/andrew/24ways-auto-flow.jpg" alt="The final automatic placement example."/><figcaption>The final automatic placement example.</figcaption></figure>
  583. <h2>My wish for 2016</h2>
  584. <p>I really hope that in 2016, we will see CSS grid layout finally emerge from behind browser flags, so that we can start to use these features in production — that we can start to move away from using the wrong tools for the job.</p>
  585. <p>However, I also hope that we’ll see developers fully embracing these tools as the new system that they are. I want to see people exploring the possibilities they give us, rather than trying to get them to behave like the grid systems of 2015. As you discover these new modules, treat them as the new paradigm that they are, get creative with them. And, as you find the edges of possibility with them, take that feedback to the CSS Working Group. Help improve the layout systems that will shape the look of the future web.</p>
  586. <h2>Some further reading</h2>
  587. <ul>
  588. <li>I maintain a site of grid layout examples and resources at <a href="http://gridbyexample.com">Grid by Example</a>.</li>
  589. <li>The three CSS specifications I’ve discussed can be found as editor’s drafts: <a href="https://drafts.csswg.org/css-grid-1/">CSS grid</a>, <a href="https://drafts.csswg.org/css-flexbox/">flexbox</a>, <a href="https://drafts.csswg.org/css-align/">box alignment</a>.</li>
  590. <li>I wrote about <a href="https://rachelandrew.co.uk/archives/2015/11/03/three-years-with-css-grid-layout/">the last three years of my interest in CSS grid layout</a>, which gives something of a history of the specification.</li>
  591. <li>More examples of <a href="https://rachelandrew.co.uk/archives/2015/09/02/css-grid-and-the-box-alignment-module/">box alignment and grid layout</a>.</li>
  592. <li><a href="https://rachelandrew.co.uk/archives/2015/11/16/but-what-about-old-browsers/">My presentation at Fronteers</a> earlier this year, in which I explain more about these concepts.</li>
  593. </ul>
  594. </article>
  595. </section>
  596. <nav id="jumpto">
  597. <p>
  598. <a href="/david/blog/">Accueil du blog</a> |
  599. <a href="https://24ways.org/2015/grid-flexbox-box-alignment-our-new-system-for-layout/">Source originale</a> |
  600. <a href="/david/stream/2019/">Accueil du flux</a>
  601. </p>
  602. </nav>
  603. <footer>
  604. <div>
  605. <img src="/static/david/david-larlet-avatar.jpg" loading="lazy" class="avatar" width="200" height="200">
  606. <p>
  607. Bonjour/Hi!
  608. Je suis <a href="/david/" title="Profil public">David&nbsp;Larlet</a>, je vis actuellement à Montréal et j’alimente cet espace depuis 15 ans. <br>
  609. Si tu as apprécié cette lecture, n’hésite pas à poursuivre ton exploration. Par exemple via les <a href="/david/blog/" title="Expériences bienveillantes">réflexions bimestrielles</a>, la <a href="/david/stream/2019/" title="Pensées (dés)articulées">veille hebdomadaire</a> ou en t’abonnant au <a href="/david/log/" title="S’abonner aux publications via RSS">flux RSS</a> (<a href="/david/blog/2019/flux-rss/" title="Tiens c’est quoi un flux RSS ?">so 2005</a>).
  610. </p>
  611. <p>
  612. Je m’intéresse à la place que je peux avoir dans ce monde. En tant qu’humain, en tant que membre d’une famille et en tant qu’associé d’une coopérative. De temps en temps, je fais aussi des <a href="https://github.com/davidbgk" title="Principalement sur Github mais aussi ailleurs">trucs techniques</a>. Et encore plus rarement, <a href="/david/talks/" title="En ce moment je laisse plutôt la place aux autres">j’en parle</a>.
  613. </p>
  614. <p>
  615. Voici quelques articles choisis :
  616. <a href="/david/blog/2019/faire-equipe/" title="Accéder à l’article complet">Faire équipe</a>,
  617. <a href="/david/blog/2018/bivouac-automnal/" title="Accéder à l’article complet">Bivouac automnal</a>,
  618. <a href="/david/blog/2018/commodite-effondrement/" title="Accéder à l’article complet">Commodité et effondrement</a>,
  619. <a href="/david/blog/2017/donnees-communs/" title="Accéder à l’article complet">Des données aux communs</a>,
  620. <a href="/david/blog/2016/accompagner-enfant/" title="Accéder à l’article complet">Accompagner un enfant</a>,
  621. <a href="/david/blog/2016/senior-developer/" title="Accéder à l’article complet">Senior developer</a>,
  622. <a href="/david/blog/2016/illusion-sociale/" title="Accéder à l’article complet">L’illusion sociale</a>,
  623. <a href="/david/blog/2016/instantane-scopyleft/" title="Accéder à l’article complet">Instantané Scopyleft</a>,
  624. <a href="/david/blog/2016/enseigner-web/" title="Accéder à l’article complet">Enseigner le Web</a>,
  625. <a href="/david/blog/2016/simplicite-defaut/" title="Accéder à l’article complet">Simplicité par défaut</a>,
  626. <a href="/david/blog/2016/minimalisme-esthetique/" title="Accéder à l’article complet">Minimalisme et esthétique</a>,
  627. <a href="/david/blog/2014/un-web-omni-present/" title="Accéder à l’article complet">Un web omni-présent</a>,
  628. <a href="/david/blog/2014/manifeste-developpeur/" title="Accéder à l’article complet">Manifeste de développeur</a>,
  629. <a href="/david/blog/2013/confort-convivialite/" title="Accéder à l’article complet">Confort et convivialité</a>,
  630. <a href="/david/blog/2013/testament-numerique/" title="Accéder à l’article complet">Testament numérique</a>,
  631. et <a href="/david/blog/" title="Accéder aux archives">bien d’autres…</a>
  632. </p>
  633. <p>
  634. On peut <a href="mailto:david%40larlet.fr" title="Envoyer un courriel">échanger par courriel</a>. Si éventuellement tu souhaites que l’on travaille ensemble, tu devrais commencer par consulter le <a href="http://larlet.com">profil dédié à mon activité professionnelle</a> et/ou contacter directement <a href="http://scopyleft.fr/">scopyleft</a>, la <abbr title="Société coopérative et participative">SCOP</abbr> dont je fais partie depuis six ans. Je recommande au préalable de lire <a href="/david/blog/2018/cout-site/" title="Attention ce qui va suivre peut vous choquer">combien coûte un site</a> et pourquoi je suis plutôt favorable à une <a href="/david/pro/devis/" title="Discutons-en !">non-demande de devis</a>.
  635. </p>
  636. <p>
  637. Je ne traque pas ta navigation mais mon
  638. <abbr title="Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33.184162340">hébergeur</abbr>
  639. conserve des logs d’accès.
  640. </p>
  641. </div>
  642. </footer>
  643. <script type="text/javascript">
  644. ;(_ => {
  645. const jumper = document.getElementById('jumper')
  646. jumper.addEventListener('click', e => {
  647. e.preventDefault()
  648. const anchor = e.target.getAttribute('href')
  649. const targetEl = document.getElementById(anchor.substring(1))
  650. targetEl.scrollIntoView({behavior: 'smooth'})
  651. })
  652. })()
  653. </script>