From e90ed14a1070a59f7d53e1235d9262445cff2ce5 Mon Sep 17 00:00:00 2001 From: Navid Date: Tue, 26 Oct 2021 22:30:56 +0330 Subject: [PATCH] Added flex variations --- lib.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib.css b/lib.css index ef4b99d..39f4e51 100644 --- a/lib.css +++ b/lib.css @@ -12,6 +12,13 @@ See the LICENCE file in the repository root for full licence text. .text-left { text-align: left; } +.flex { + display: flex; +} +.flex-horizontal { + display: flex; + flex-direction: row; +} .flex-vertical { display: flex; flex-direction: column;