- From: Rachel Andrew via GitHub <sysbot+gh@w3.org>
- Date: Wed, 22 Jun 2016 09:25:43 +0000
- To: public-css-archive@w3.org
rachelandrew has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-grid] Issue 7 Add example of fixed size spanner getting extra space from content distribution == [11.5. Aligning the Grid](https://drafts.csswg.org/css-grid/#grid-align) I was working on some examples and built this which may be a good example for this section. [gist](https://gist.github.com/rachelandrew/83e96245de648df14a95089f8ba7cbdd) [CodePen](http://codepen.io/rachelandrew/pen/vKyJXv/) > I have a grid container sized in absolute units, with grid tracks also sized using absolute units. The sum of the tracks in both directions is smaller than the container. > Using the keyword values space-around and space-between increases the spacing between tracks. Any grid area that spans one of these gaps thus gains width or height as the space is added to the total width/height. ![fixed-size-spanner-extra-space](https://cloud.githubusercontent.com/assets/2764898/16261444/7e7fa948-3863-11e6-8792-dde2418f84ad.png) Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/215 using your GitHub account
Received on Wednesday, 22 June 2016 09:25:46 UTC