From 51ecc759b3523cfc9596d8b5d7e213465d337634 Mon Sep 17 00:00:00 2001 From: Gokul-sami Date: Thu, 12 Sep 2024 05:13:16 +0530 Subject: [PATCH] new changes --- Exercise 2/ex2.css | 2 +- Exercise 4/ex4.html | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 Exercise 4/ex4.html diff --git a/Exercise 2/ex2.css b/Exercise 2/ex2.css index 6aef88f..9fd722f 100644 --- a/Exercise 2/ex2.css +++ b/Exercise 2/ex2.css @@ -30,7 +30,7 @@ body { display: flex; flex-wrap: wrap; justify-content: center; - gap: 10px; + gap: 20px; } .popular { text-align: center; diff --git a/Exercise 4/ex4.html b/Exercise 4/ex4.html new file mode 100644 index 0000000..5064783 --- /dev/null +++ b/Exercise 4/ex4.html @@ -0,0 +1,11 @@ + + + + + + Exercise 4 + + + + + \ No newline at end of file