, March 28, 2016 12:40 PM
To: Tom Livingston; Angela French
Cc: CSS-Discuss Listserv (css-d@lists.css-discuss.org)
Subject: Re: [css-d] 3 columns with expanding middle
Or flex: https://jsfiddle.net/gc1dgrsb.
On Mon, Mar 28, 2016 at 3:01 PM Tom Livingston
mailto:tom...@gmail.com>> wrote:
You cou
http://caniuse.com/#search=flex
On Mon, Mar 28, 2016 at 3:39 PM, Chris Rockwell
wrote:
> Or flex: https://jsfiddle.net/gc1dgrsb.
>
> On Mon, Mar 28, 2016 at 3:01 PM Tom Livingston wrote:
>
>> You could try using calc, if the browser support is ok (
>> http://caniuse.com/#search=calc).
>>
>> .ce
Or flex: https://jsfiddle.net/gc1dgrsb.
On Mon, Mar 28, 2016 at 3:01 PM Tom Livingston wrote:
> You could try using calc, if the browser support is ok (
> http://caniuse.com/#search=calc).
>
> .centerdiv{width: calc(100% - 68px};/* 68 is width of two outer divs */
>
> On Mon, Mar 28, 2016 at 2:2
You could try using calc, if the browser support is ok (
http://caniuse.com/#search=calc).
.centerdiv{width: calc(100% - 68px};/* 68 is width of two outer divs */
On Mon, Mar 28, 2016 at 2:21 PM, Angela French wrote:
> I am trying to create a visual box on a page where the top part looks like
>
I am trying to create a visual box on a page where the top part looks like a
spiral notebook ring. I am no css wizard but I'm thinking I should be able to
do this with 3 divs next to each other . The left and right divs will have a
background image with a rounded corner and a single spiral loo