From 04bf4da6d1bce1d66df0334f370ea970dfea8b72 Mon Sep 17 00:00:00 2001 From: ZebraMilk Date: Sun, 30 Jan 2022 12:16:13 -0600 Subject: [PATCH] Add indents to and tags in all exercises --- flex/01-flex-center/index.html | 24 +-- flex/01-flex-center/solution/solution.html | 24 +-- flex/02-flex-header/index.html | 50 ++--- flex/02-flex-header/solution/solution.html | 50 ++--- flex/03-flex-header-2/index.html | 44 ++--- flex/03-flex-header-2/solution/solution.html | 50 ++--- flex/04-flex-information/index.html | 44 ++--- .../solution/solution.html | 62 +++--- flex/05-flex-modal/index.html | 34 ++-- flex/05-flex-modal/solution/solution.html | 36 ++-- flex/06-flex-layout/index.html | 74 +++---- flex/06-flex-layout/solution/solution.html | 74 +++---- flex/07-flex-layout-2/index.html | 62 +++--- flex/07-flex-layout-2/solution/solution.html | 62 +++--- grid/01-grid-layout-1/index.html | 38 ++-- grid/01-grid-layout-1/solution/solution.html | 38 ++-- grid/02-grid-layout-2/index.html | 38 ++-- grid/02-grid-layout-2/solution/solution.html | 38 ++-- grid/03-grid-layout-3/index.html | 182 +++++++++--------- grid/03-grid-layout-3/solution/solution.html | 182 +++++++++--------- .../margin-and-padding-1/index.html | 36 ++-- .../solution/solution.html | 36 ++-- .../margin-and-padding-2/index.html | 28 +-- .../solution/solution.html | 28 +-- 24 files changed, 667 insertions(+), 667 deletions(-) diff --git a/flex/01-flex-center/index.html b/flex/01-flex-center/index.html index d904030..440bf5c 100644 --- a/flex/01-flex-center/index.html +++ b/flex/01-flex-center/index.html @@ -1,15 +1,15 @@ - - - - - CENTER THIS DIV - - - -
-
center this div
-
- + + + + + CENTER THIS DIV + + + +
+
center this div
+
+ \ No newline at end of file diff --git a/flex/01-flex-center/solution/solution.html b/flex/01-flex-center/solution/solution.html index d2121af..2690d19 100644 --- a/flex/01-flex-center/solution/solution.html +++ b/flex/01-flex-center/solution/solution.html @@ -1,15 +1,15 @@ - - - - - CENTER THIS DIV - - - -
-
center this div
-
- + + + + + CENTER THIS DIV + + + +
+
center this div
+
+ \ No newline at end of file diff --git a/flex/02-flex-header/index.html b/flex/02-flex-header/index.html index 6104401..db43082 100644 --- a/flex/02-flex-header/index.html +++ b/flex/02-flex-header/index.html @@ -1,29 +1,29 @@ - - - - - Flex Header - - - -
- - + \ No newline at end of file diff --git a/flex/02-flex-header/solution/solution.html b/flex/02-flex-header/solution/solution.html index 2f447ba..7048e8d 100644 --- a/flex/02-flex-header/solution/solution.html +++ b/flex/02-flex-header/solution/solution.html @@ -1,29 +1,29 @@ - - - - - Flex Header - - - -
- - + \ No newline at end of file diff --git a/flex/03-flex-header-2/index.html b/flex/03-flex-header-2/index.html index 85816e2..fa39648 100644 --- a/flex/03-flex-header-2/index.html +++ b/flex/03-flex-header-2/index.html @@ -1,26 +1,26 @@ - - - - - Flex Header 2 - - - -
- - + \ No newline at end of file diff --git a/flex/03-flex-header-2/solution/solution.html b/flex/03-flex-header-2/solution/solution.html index e363967..5112bcf 100644 --- a/flex/03-flex-header-2/solution/solution.html +++ b/flex/03-flex-header-2/solution/solution.html @@ -1,30 +1,30 @@ - - - - - Flex Header 2 - - - -
-
- - + \ No newline at end of file diff --git a/flex/04-flex-information/index.html b/flex/04-flex-information/index.html index 6037a20..52b20a2 100644 --- a/flex/04-flex-information/index.html +++ b/flex/04-flex-information/index.html @@ -1,30 +1,30 @@ - - - - - Information - - - -
Information!
+ + + + + Information + + + +
Information!
- barberry -
This is a type of plant. We love this one.
+ barberry +
This is a type of plant. We love this one.
- chili -
This is another type of plant. Isn't it nice
+ chili +
This is another type of plant. Isn't it nice
- pepper -
We have so many plants. Yay plants.
+ pepper +
We have so many plants. Yay plants.
- saffron -
I'm running out of things to say about plants.
+ saffron +
I'm running out of things to say about plants.
- - - + + + \ No newline at end of file diff --git a/flex/04-flex-information/solution/solution.html b/flex/04-flex-information/solution/solution.html index effb986..f095df6 100644 --- a/flex/04-flex-information/solution/solution.html +++ b/flex/04-flex-information/solution/solution.html @@ -1,37 +1,37 @@ - - - - - Information - - - -
Information!
+ + + + + Information + + + +
Information!
-
-
- barberry -
This is a type of plant. We love this one.
+
+
+ barberry +
This is a type of plant. We love this one.
+
+
+ chili +
This is another type of plant. Isn't it nice
+
+
+ pepper +
We have so many plants. Yay plants.
+
+
+ saffron +
I'm running out of things to say about plants.
+
-
- chili -
This is another type of plant. Isn't it nice
-
-
- pepper -
We have so many plants. Yay plants.
-
-
- saffron -
I'm running out of things to say about plants.
-
-
- - - + + + \ No newline at end of file diff --git a/flex/05-flex-modal/index.html b/flex/05-flex-modal/index.html index 48a7b40..3f523e2 100644 --- a/flex/05-flex-modal/index.html +++ b/flex/05-flex-modal/index.html @@ -1,20 +1,20 @@ - - - - - - Modal - - - - + + + + + + Modal + + + + \ No newline at end of file diff --git a/flex/05-flex-modal/solution/solution.html b/flex/05-flex-modal/solution/solution.html index dffd947..818e5f3 100644 --- a/flex/05-flex-modal/solution/solution.html +++ b/flex/05-flex-modal/solution/solution.html @@ -1,23 +1,23 @@ - - - - - - Modal - - -