Linked Questions

19 votes
3 answers
46k views

I am trying to achieve the following: My first attempt was to use a helper div (green): JSFiddle What I could do here, is using JavaScript to move the puple and orange elements out of the helper on ...
Marc's user avatar
  • 3,719
14 votes
2 answers
9k views

On large screens, I'd like to have a column on the left, and another column on the right that has 2 stacked boxes. On small screens, these columns should stack into a single column. However, the ...
dloewen's user avatar
  • 995
5 votes
3 answers
8k views

I am trying to make a special in a row of flexboxes stretch to be the height of two rows. Here is what I am trying to achieve: What I want. But here is my current result: Result. I think I have to ...
BGM52's user avatar
  • 92
4 votes
2 answers
13k views

Can I make this flex-box direction using 1 flex container and 4 flex items ----- ----- ----- | 1 | | | | | ----- | 3 | | 4 | ----- | | | | | 2 | | | | | ----- ----- -----
hafizgik's user avatar
4 votes
3 answers
3k views

I am trying to have one div on the left and two on the right. The bottomright should always be below the topRight div. The topRight is the only div with a variable height. I am currently trying to ...
sanders's user avatar
  • 11k
2 votes
4 answers
8k views

I'm trying to float two elements at the right of a "figure" element using flex but it end up floating just div1 at the right of figure and div2 is moved bellow, if I make div1 and div2 narrow enough, ...
Flupkear's user avatar
  • 2,261
1 vote
1 answer
7k views

What i am trying to achieve is this: All of the 3 items are on the same level. The first one has some additional css-classes. Codewise it is not possible to put a wrapper around the two items on the ...
Marcel Wasilewski's user avatar
10 votes
1 answer
19k views

I want to create a tile layout (similiar to the metro style tile layout or what it's called of Windows 8). So I have some tiles/boxes, some are quadratic, some can be twice the sice and quadratic and ...
Patric's user avatar
  • 2,999
2 votes
1 answer
4k views

I have three items that I would like to layout in 2 columns. Item 1 is taller than Item 2 and 3. Here is my css. <div class="container"> <div class="item1">hi there&...
rudtek's user avatar
  • 403
4 votes
3 answers
693 views

I have a flex design that looks kinda like this: .columns { flex-wrap: wrap; display: flex; } .column { display: block; } .column.is-8 { flex: none; width: 66.66667%; } .column.is-4 ...
FooBar's user avatar
  • 6,189
5 votes
1 answer
3k views

I'm wondering if this can be done with just flexbox or if I need to incorporate grid features as well. I'm attempting to have specific cells span multiple rows AND columns. Im my unique case, its just ...
TTa's user avatar
  • 71
3 votes
1 answer
2k views

I have the following layout using flexbox: I want to have the div containing 2 on the right hand side, and the Team and Scorers should make up the space to the left of it. Required layout: It's the ...
alanbuchanan's user avatar
  • 4,173
2 votes
2 answers
3k views

Using Flexbox I can not seem to make a div wrap to a new line without having it break with previous block content. I made a codepen to explain: .container { left: 0; right: 0; margin: ...
dwigt's user avatar
  • 611
2 votes
1 answer
1k views

Is it possible to specifically do this to div elements: <span class="wrap"> <div></div> <div></div> <div class="big"></div> <div></div> &...
capvidel's user avatar
  • 379
2 votes
2 answers
2k views

What I am trying to achieve is this: . However, I'm having trouble to do the last block/rectangle(red). Because it doesn't belong to the rows I created for the other blocks. I have tried to float ...
TomasLife's user avatar

15 30 50 per page
1
2 3 4 5
11