From 1d801486fb47a6a9a6a08fe7adb0ee6a04d65c1c Mon Sep 17 00:00:00 2001 From: Shikha-ac <85789999+Shikha-ac@users.noreply.github.com> Date: Thu, 13 Jan 2022 10:59:39 +0530 Subject: [PATCH 1/5] Create Demo --- 50_21712101_Shikha_Thakur/Demo | 1 + 1 file changed, 1 insertion(+) create mode 100644 50_21712101_Shikha_Thakur/Demo diff --git a/50_21712101_Shikha_Thakur/Demo b/50_21712101_Shikha_Thakur/Demo new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/50_21712101_Shikha_Thakur/Demo @@ -0,0 +1 @@ + From 09ae3e5d522bf2d658ef7d46aac62220e4c013c6 Mon Sep 17 00:00:00 2001 From: Shikha-ac <85789999+Shikha-ac@users.noreply.github.com> Date: Thu, 13 Jan 2022 11:05:02 +0530 Subject: [PATCH 2/5] Update Demo --- 50_21712101_Shikha_Thakur/Demo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/50_21712101_Shikha_Thakur/Demo b/50_21712101_Shikha_Thakur/Demo index 8b13789..ad80c42 100644 --- a/50_21712101_Shikha_Thakur/Demo +++ b/50_21712101_Shikha_Thakur/Demo @@ -1 +1 @@ - +create file From b8e687a2518726f2f496170eca23b24b712d7b13 Mon Sep 17 00:00:00 2001 From: Shikha-ac <85789999+Shikha-ac@users.noreply.github.com> Date: Thu, 13 Jan 2022 11:18:32 +0530 Subject: [PATCH 3/5] Create Demo 2 --- 50_21712101_Shikha_Thakur/Demo 2 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 50_21712101_Shikha_Thakur/Demo 2 diff --git a/50_21712101_Shikha_Thakur/Demo 2 b/50_21712101_Shikha_Thakur/Demo 2 new file mode 100644 index 0000000..2e33d53 --- /dev/null +++ b/50_21712101_Shikha_Thakur/Demo 2 @@ -0,0 +1,22 @@ +The external style sheet is generally used when you want to make changes on multiple pages. It is ideal for this condition because it facilitates you to change the look of the entire web site by changing just one file. + +It uses the tag on every pages and the tag should be put inside the head section. + +Example: + +
+ + + +The external style sheet may be written in any text editor but must be saved with a .css extension. This file should not contain HTML elements. + +Let's take an example of a style sheet file named "mystyle.css". + +File: mystyle.css +body { + background-color: lightblue; +} +h1 { + color: navy; + margin-left: 20px; +} From 9a9fcae1c142481bea994c97c741929f93ea5a59 Mon Sep 17 00:00:00 2001 From: Shikha-ac <85789999+Shikha-ac@users.noreply.github.com> Date: Thu, 13 Jan 2022 11:25:54 +0530 Subject: [PATCH 4/5] Update and rename Demo to Demo_1 --- 50_21712101_Shikha_Thakur/Demo | 1 - 50_21712101_Shikha_Thakur/Demo_1 | 65 ++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+), 1 deletion(-) delete mode 100644 50_21712101_Shikha_Thakur/Demo create mode 100644 50_21712101_Shikha_Thakur/Demo_1 diff --git a/50_21712101_Shikha_Thakur/Demo b/50_21712101_Shikha_Thakur/Demo deleted file mode 100644 index ad80c42..0000000 --- a/50_21712101_Shikha_Thakur/Demo +++ /dev/null @@ -1 +0,0 @@ -create file diff --git a/50_21712101_Shikha_Thakur/Demo_1 b/50_21712101_Shikha_Thakur/Demo_1 new file mode 100644 index 0000000..8164a35 --- /dev/null +++ b/50_21712101_Shikha_Thakur/Demo_1 @@ -0,0 +1,65 @@ + + + +