From 969b96c2531fb986f6c7f21fd544391b439defd7 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Mon, 13 Jan 2025 18:04:20 +0100 Subject: vault backup: 2025-01-13 18:04:20 --- 3 resources/css/Flexbox.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 3 resources/css/Flexbox.md (limited to '3 resources/css/Flexbox.md') diff --git a/3 resources/css/Flexbox.md b/3 resources/css/Flexbox.md deleted file mode 100644 index 04d5af2..0000000 --- a/3 resources/css/Flexbox.md +++ /dev/null @@ -1,14 +0,0 @@ -#css - ---- -Flexbox deals with layout always in only one dimension; it's possible to specify which dimension: either vertical or horizontal. - -Two axes: main and cross - -Control main axis: `flex-direction: row|row-reverse|column|column-reverse`. The first two make it a horizontal layout and the latter make it a vertical layout. - -Cross axis is always the opposite of `flex-direction`, so if `flex-direction: row-reverse` the cross axis is `column-reverse`. - -The writing mode determines where the start and end are, based on for example languages. Japanese is written from right-to-left rather than western left-to-right. -So while in Europe the start of a flexbox is at the left and the end at the right in Japan this would be reversed. - -- cgit v1.2.3