From c9199b808d7aac995439cd33d2ff5032d2f00689 Mon Sep 17 00:00:00 2001 From: Akshat Verma <112319520+Akshat162001@users.noreply.github.com> Date: Sat, 15 Jul 2023 00:43:42 +0530 Subject: [PATCH 1/4] Made some chnages --- .../Basic/Netflix Landing Page/index.html | 2 +- .../Basic/Netflix Landing Page/style.css | 14 +++++++++----- Web Development/Basic/Sticky Notes/README.md | 6 ++++-- Web Development/Basic/Sticky Notes/styling.css | 2 +- .../Basic/Temperature Converter/style.css | 2 +- Web Development/Basic/Weight-Converter/index.html | 4 ++-- Web Development/Basic/Weight-Converter/main.css | 5 +++-- 7 files changed, 21 insertions(+), 14 deletions(-) diff --git a/Web Development/Basic/Netflix Landing Page/index.html b/Web Development/Basic/Netflix Landing Page/index.html index 26a01213d..5c99f8e64 100644 --- a/Web Development/Basic/Netflix Landing Page/index.html +++ b/Web Development/Basic/Netflix Landing Page/index.html @@ -56,7 +56,7 @@

See what's next

If you decide Netflix isn't for you - no problem. No commitment. Cancel online anytime.

- Watch Free For 30 Days + Try Free For 30 Days diff --git a/Web Development/Basic/Netflix Landing Page/style.css b/Web Development/Basic/Netflix Landing Page/style.css index fe27e51fc..250697350 100644 --- a/Web Development/Basic/Netflix Landing Page/style.css +++ b/Web Development/Basic/Netflix Landing Page/style.css @@ -63,6 +63,7 @@ img { .showcase-top { position: relative; + /* display: inline; */ z-index: 2; height: 90px; } @@ -83,21 +84,24 @@ img { transform: translate(-50%, -50%); } .showcase .right{ - display: flex; + + margin-top: 28px; + margin-right: 150px; height: 100px; float: right; - position: absolute; - right: 50px; + } .showcase .right .lang{ margin: auto; - justify-content: center; - font-size: 18px; + justify-content: space-between; + font-size: 15px; padding: 7px 10px; color: white; background: none; cursor: pointer; margin-right: 15px; + border-radius: 5px; + } diff --git a/Web Development/Basic/Sticky Notes/README.md b/Web Development/Basic/Sticky Notes/README.md index 392ae43a5..a0068bd28 100644 --- a/Web Development/Basic/Sticky Notes/README.md +++ b/Web Development/Basic/Sticky Notes/README.md @@ -1,6 +1,6 @@ **STICKY NOTES**
-It's a basic project of sticky notes +It's a basic project of sticky notes that are used to add our notes...
You can Add your todos in it and delete it after completion
@@ -13,7 +13,6 @@ You can Add your todos in it and delete it after completion
***JS***
-
**IMAGE**

@@ -28,3 +27,6 @@ You can Add your todos in it and delete it after completion
+ +

Contributors are always welcome to make changes

+ diff --git a/Web Development/Basic/Sticky Notes/styling.css b/Web Development/Basic/Sticky Notes/styling.css index 9ea258269..a8dd7e53f 100644 --- a/Web Development/Basic/Sticky Notes/styling.css +++ b/Web Development/Basic/Sticky Notes/styling.css @@ -6,7 +6,7 @@ body { font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif; font-size: 24px; - background-color: rgb(174, 246, 248, 0.5); + background-color: rgba(12, 159, 164, 0.5); } .btn { margin-top: 40vh; diff --git a/Web Development/Basic/Temperature Converter/style.css b/Web Development/Basic/Temperature Converter/style.css index bdadde6a5..1e05319d6 100644 --- a/Web Development/Basic/Temperature Converter/style.css +++ b/Web Development/Basic/Temperature Converter/style.css @@ -13,7 +13,7 @@ body { - background-color: red; + background-color: rgb(211, 246, 15); } .heading diff --git a/Web Development/Basic/Weight-Converter/index.html b/Web Development/Basic/Weight-Converter/index.html index 8221b42a6..19346a9da 100644 --- a/Web Development/Basic/Weight-Converter/index.html +++ b/Web Development/Basic/Weight-Converter/index.html @@ -32,7 +32,7 @@

Weight Converter



- +      



@@ -41,7 +41,7 @@

Weight Converter







- +  

diff --git a/Web Development/Basic/Weight-Converter/main.css b/Web Development/Basic/Weight-Converter/main.css index 3bf75425c..de5aa2801 100644 --- a/Web Development/Basic/Weight-Converter/main.css +++ b/Web Development/Basic/Weight-Converter/main.css @@ -53,10 +53,11 @@ h1{ font-size: 16px; border-radius: 5px; cursor: pointer; - text-align: center; + /* text-align: center; */ width: 80px; height: 40px; - margin-left: 40px; + margin-left: 160px; + } From cd016d7c2ade30b9e4099fa29bfd3a96ed884c62 Mon Sep 17 00:00:00 2001 From: Akshat Verma <112319520+Akshat162001@users.noreply.github.com> Date: Sat, 15 Jul 2023 00:49:06 +0530 Subject: [PATCH 2/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e3ca75db2..1781ccf22 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,7 @@ git push -u origin

+## Happy Coding :tada: :confetti_ball: :smiley: _**Happy Contributing**_ :smiley: :confetti_ball: :tada: From c5d4743c673f4af5e8f47e5dcb35b25ba40e8363 Mon Sep 17 00:00:00 2001 From: Akshat Verma <112319520+Akshat162001@users.noreply.github.com> Date: Sat, 15 Jul 2023 00:49:37 +0530 Subject: [PATCH 3/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1781ccf22..63b78dd51 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,7 @@ git push -u origin

## Happy Coding +Contributors are always welcome.. :tada: :confetti_ball: :smiley: _**Happy Contributing**_ :smiley: :confetti_ball: :tada: From 7950f502f61eb2b95dbe5705a4a5d7448749e253 Mon Sep 17 00:00:00 2001 From: Akshat Verma <112319520+Akshat162001@users.noreply.github.com> Date: Sun, 16 Jul 2023 00:33:12 +0530 Subject: [PATCH 4/4] some chnages --- Web Development/Basic/Donation Website/index.html | 11 ++++------- Web Development/Basic/Donation Website/style.css | 3 ++- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Web Development/Basic/Donation Website/index.html b/Web Development/Basic/Donation Website/index.html index eed2d942b..0109106de 100644 --- a/Web Development/Basic/Donation Website/index.html +++ b/Web Development/Basic/Donation Website/index.html @@ -3,6 +3,7 @@ + Come join us in SAVING LIFES which operates independently from the government. NGOs or similar organizations exist in all parts of the world.

- +
@@ -59,9 +58,7 @@

About Us

NGO stands for non-governmental organization. While there is no universally agreed-upon definition of an NGO, typically it is a voluntary group or institution with a social mission.

- +
@@ -102,7 +99,7 @@

Help a lot by Contributing a little.

Can create your own donate button using test mode in Razor pay.


- +

diff --git a/Web Development/Basic/Donation Website/style.css b/Web Development/Basic/Donation Website/style.css index 29ee66ea6..ecde441b7 100644 --- a/Web Development/Basic/Donation Website/style.css +++ b/Web Development/Basic/Donation Website/style.css @@ -11,7 +11,7 @@ html{ button,body { - font-family: "Poppins", sans-serif; + font-family: 'Times New Roman', Times, serif; } *{ @@ -312,6 +312,7 @@ header nav ul li a:hover{ .contact button.joinNow{ background-color: black; + border-radius: 5px; margin-right: 10px; color: white; }