Re: [css-d] CSS Grid Question

2017-07-21 Thread GJim
Howdy Tom, ~~~ Friday, July 21, 2017, 12:18:41 PM (USA 'Somewhere on-the-road time-zone'), you wrote the message that appears below. My reply appears here and/or interspersed within your message. ~~~ > List, > Is it possible to style the rows and columns of a css grid - the grid itself? > I

Re: [css-d] CSS Grid Question

2017-07-21 Thread Tom Livingston
Ow, my head. On Fri, Jul 21, 2017 at 5:20 PM Eric A. Meyer wrote: > On 21 Jul 2017, at 14:18, Tom Livingston wrote: > > > Is it possible to style the rows and columns of a css grid - the grid > > itself? > > There's no way to say something like '@column[2] {border: 1px > solid;}' and thu

Re: [css-d] CSS Grid Question

2017-07-21 Thread Eric A. Meyer
On 21 Jul 2017, at 14:18, Tom Livingston wrote: Is it possible to style the rows and columns of a css grid - the grid itself? There's no way to say something like '@column[2] {border: 1px solid;}' and thus directly style the grid components. You have to assign some sort of element into

Re: [css-d] CSS Grid Question

2017-07-21 Thread Karl DeSaulniers
Sure Best, Karl DeSaulniers Design Drumm http://designdrumm.com > On Jul 21, 2017, at 1:18 PM, Tom Livingston wrote: > > List, > > Is it possible to style the rows and columns of a css grid - the grid itself? > > I have an upcoming layout that uses what looks like a tic-tac-toe > board -