From d3a95869353ffb376f8d84fff0cff9b793368b5e Mon Sep 17 00:00:00 2001
From: Muhammad Shakir
Date: Sun, 9 Jul 2023 20:56:26 +0500
Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20Let's=20understand=20Align=20Con?=
=?UTF-8?q?tent=20and=20Align=20Self?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Align-Content&Self.html | 307 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 307 insertions(+)
create mode 100644 Align-Content&Self.html
diff --git a/Align-Content&Self.html b/Align-Content&Self.html
new file mode 100644
index 0000000..02418d5
--- /dev/null
+++ b/Align-Content&Self.html
@@ -0,0 +1,307 @@
+
+
+
+
+
+
+ Align Content & Self
+
+
+
+
+
+
+ Let's learn about Align items
+
+
+ Align-Content - Flex-start
+
+
+ Align-Content - Flex-end
+
+
+ Align-Content - Space-around
+
+
+ Align-Content - Space-between
+
+
+ Align-Content - Space-evenly
+
+
+
+ Let's learn about Align Self
+ Align-self - Flex-start
+
+
+ Align-self - Flex-end
+
+
+ Align-self - Space-around
+
+
+ Align-self - Space-between
+
+
+ Align-self - Space-evenly
+
+
+