Skip to main content
Best practices
0 votes
1 replies
49 views

I got a layout that is two columns where the right column will contain some text and a header. The header should also have the possibility to either remain in its column or span across both columns ...
Vanhorn's user avatar
  • 442
4 votes
3 answers
71 views

To simplify a complex CSS issue, I’m trying to place three elements inside a vertical flex container: two fixed-height divs, and in the middle a div that should keep a specific aspect-ratio. Here is a ...
Quentin Lerebours's user avatar
0 votes
0 answers
77 views

I've got some short flexbox items and some long/tall items in a multi row (flex-wrap) container with flex-direction: row. Depending on which row they appear in, I'd like to align the short items ...
EoghanM's user avatar
  • 27.4k
5 votes
1 answer
60 views

I'm trying to create a hand of cards effect where the cards overlap each other, similar to how cards look when you're holding them in your hands. I'm using a flex container to center the cards ...
Hans Blanco's user avatar
0 votes
0 answers
62 views

I have a container with multiple items displayed using CSS Flexbox, with flex-wrap: wrap and justify-content: center so that the items are visually centered and wrap responsively. Each item has a ...
Tani's user avatar
  • 1
-1 votes
0 answers
25 views

I want to display a fullscreen picker, which contains a header and a list. Currently my view hierarchy, starting at the Portal, looks like following: <Portal> <Modal visible={...
Spook's user avatar
  • 26.2k
0 votes
0 answers
24 views

The issue I’m facing is about vertical alignment inside a GrapesJS component, but the problem can be reproduced even without GrapesJS. Here is a small, runnable example showing the exact behavior: <...
Kratos's user avatar
  • 1
0 votes
1 answer
50 views

I want to create a grid with repeated columns. The columns should be as large as the children's content and then the remaining space in a track should be distributed. I thought I could achieve this ...
Clockworks's user avatar
-2 votes
0 answers
51 views

In this sample HTML, the child flex item "B" sits next to "A" despite the parent having a flex-direction of column. Removing height: 100% of child item "B", changing the ...
jamieburchell's user avatar
0 votes
0 answers
56 views

I have a flex column layout where I need to show only one of two states (table, empty) at a time, and the active state should expand to fill all available space. The empty state works perfectly, but ...
Karlo maričević's user avatar
0 votes
1 answer
58 views

I have this little issue but I can't figure out what it is, could someone take a look and enlighten me - basically, I'm building a website with bootstrap and can't figure out why do I have this little ...
DigitalSrc's user avatar
0 votes
0 answers
25 views

The design I'm working has an chip element with very long words. (French) The chip is part of a flex row element and may not be longer than 250px. If the content is shorter than 250px, it should ...
Tom Bosmans's user avatar
0 votes
1 answer
98 views

I am using the solution given in How to reduce vertical space between items inside flex container? which worked well. But when I added mathjax related item, now alignment is broken for some reason. I ...
Nasser's user avatar
  • 13.2k
0 votes
2 answers
103 views

I am using this setup in HTML <body> <div class="content"> ... the whole web page goes here </DIV> </body> Where content class is .content { background: ...
Nasser's user avatar
  • 13.2k
0 votes
1 answer
101 views

I like to have top bar navigation with multiple items in it and user name at the end, in one line But when screen is smaller pop up user name above navigation In wide screen something like this [item1]...
broman's user avatar
  • 45

15 30 50 per page
1
2 3 4 5
1518