Re: [css-flexbox] Computation Algorithm

On Mon, May 10, 2010 at 8:43 PM, Andrew Fedoniouk
<news@terrainformatica.com> wrote:
> Is there any combination of width/flex/box/overflow that will allow
> to declare
> one element to be twice wider than another?

.one { width: 0; box-flex: 1; }
.two { width: 0; box-flex: 2; }

(Assuming both are children of a flexbox, of course.)

~TJ

Received on Tuesday, 11 May 2010 03:46:34 UTC