I've run out of ideas.
I have played with creating a combination of css grid and flexbox layouts that are acceptable across browsers and devices, even if they do not have support for css grids yet.
I have already done the standard types of layout, such as equal height 3 column, header and footer, and the standard product/detail type of layout, plus the usual blog and top/side fly-out menu layouts. What I am looking for now is something different, that I could try and convert to grid/flexbox, and if possible use just html/css for most items that would often be done via javascript.
To this end does anyone have any suggestions as to layouts or page components, that they think would not convert to grid/flexbox or just html/css for a component?
Alternatively a link to an interesting design concept, or effect would also be welcome. It does not matter if the layout is in a book, (that I can view on-line) a pdf document, or whatever, just so long as I can see it, (you can even post an image).
On an off-topic note -
css @apply spec has now been published, as part of a collection of ideas, and is the initial idea for the css version of pre/post-processor mix-ins. I'm not saying it will be available any time soon, but it made me laugh when I found that Chrome and Opera already has support for it behind a flag.
