Snippets tagged “flex-direction”
2 snippets use this tag.
- How to Detect Device Orientation with CSS Media QueriesCSS
In this tutorial, we are going to discuss the CSS orientation media feature, which helps to detect the screen orientation in CSS. Read and try some examples.
- How to Set Space Between Flexbox ItemsCSS
In this tutorial, we’ll show how you can easily set distance between flexbox items. For this, we’ll use the CSS justify-content property with two of its values.