Snippets tagged “flex-basis”
3 snippets use this tag.
- How to Add a Fixed Width Column with CSS FlexboxCSS
On this page, you will find out how to add a fixed-width column with the help of CSS Flexbox. To achieve this, you need to use the flex or flex-basis property.
- How to Create Two Fixed Width Columns with a Flexible Column in the CenterCSS
In this tutorial, you can find out how to create a Flexbox layout having three columns, two of them with a fixed width and one in the center with a flexible one.
- How to Create Two Inline-Block Columns With 50% WidthCSS
In this snippet, find out how to create two inline-block columns, both having 50% width and avoid wrapping. You need to use two CSS properties: display and width.