From 6f76f08350afda634d6e9eb8a2cd446539ded01b Mon Sep 17 00:00:00 2001 From: Kacian417 Date: Mon, 16 Sep 2024 00:36:12 +0000 Subject: [PATCH 1/2] updated exercise 03 in Bootstrap practice --- .learn/resets/03-Bootstrap-Grid/index.html | 22 ++++++++++++++++++++++ exercises/03-Bootstrap-Grid/README.md | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 .learn/resets/03-Bootstrap-Grid/index.html diff --git a/.learn/resets/03-Bootstrap-Grid/index.html b/.learn/resets/03-Bootstrap-Grid/index.html new file mode 100644 index 0000000..8a2c39f --- /dev/null +++ b/.learn/resets/03-Bootstrap-Grid/index.html @@ -0,0 +1,22 @@ + + + + + + + 03 Bootstrap Grid + + +
+

Let's test the grid baby!

+
+
First col
+
Second col
+
+
+
Third col
+
Fourth col
+
+
+ + \ No newline at end of file diff --git a/exercises/03-Bootstrap-Grid/README.md b/exercises/03-Bootstrap-Grid/README.md index b32f604..256139c 100644 --- a/exercises/03-Bootstrap-Grid/README.md +++ b/exercises/03-Bootstrap-Grid/README.md @@ -21,7 +21,7 @@ In Bootstrap 5, the `justify-content` property is added to the classes to move t ## 📝 Instructions: -1. Make the second row to have 3 columns of the same `width` (split the row in 3). +1. Make the second row have 3 columns of the same `width` (split the row in 3). 2. Add a third row with only one column of 12 slots. From 92b63f3042dd2456acd632f8b650685cf21cd319 Mon Sep 17 00:00:00 2001 From: Alejandro Sanchez Date: Mon, 13 Jan 2025 18:17:48 -0500 Subject: [PATCH 2/2] Delete .learn/resets/03-Bootstrap-Grid/index.html --- .learn/resets/03-Bootstrap-Grid/index.html | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .learn/resets/03-Bootstrap-Grid/index.html diff --git a/.learn/resets/03-Bootstrap-Grid/index.html b/.learn/resets/03-Bootstrap-Grid/index.html deleted file mode 100644 index 8a2c39f..0000000 --- a/.learn/resets/03-Bootstrap-Grid/index.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - 03 Bootstrap Grid - - -
-

Let's test the grid baby!

-
-
First col
-
Second col
-
-
-
Third col
-
Fourth col
-
-
- - \ No newline at end of file