- From: Manuel Meister via GitHub <sysbot+gh@w3.org>
- Date: Wed, 17 Feb 2021 10:30:58 +0000
- To: public-css-archive@w3.org
I wanted to make a 2:1 layout where the height of the container is defined by an item: ![Screen Shot 2021-02-17 at 11 29 14](https://user-images.githubusercontent.com/3001985/108191403-60f63e80-7113-11eb-9f16-26498b2b69a6.png) Originally I tried `flex` and `grid` to create such a layout. With `flex` & `flex-direction:column` to achieve such a layout, the height must be defined, which I can't know or set. With `grid` it is unfortunately not possible to have independent row heights. (I thought I could just define template areas and allow to ignore the row heights and just fit the content. So I came across `columns`. I thought that it is either possible to define the width of each column, or that the `column-span` also accepts the number of column spans. -- GitHub Notification of comment by manuelmeister Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4896#issuecomment-780460894 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 17 February 2021 10:31:02 UTC