From eec44c10c32f1754f4a9075c431f2c420b571876 Mon Sep 17 00:00:00 2001 From: sarth99016 <47793435+sarth99016@users.noreply.github.com> Date: Tue, 20 Oct 2020 12:21:48 +0530 Subject: [PATCH 1/2] Create CONTRIBUTING.md --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..0478db32 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,7 @@ +We can set: in header file. + +This gives the browser instructions on how to control the page's dimensions and scaling. + +The width=device-width part sets the width of the page to follow the screen-width of the device (which will vary depending on the device). + +The initial-scale=1.0 part sets the initial zoom level when the page is first loaded by the browser. From 4fd062c84c65328c587b2a7c49af0923402c9438 Mon Sep 17 00:00:00 2001 From: sarth99016 <47793435+sarth99016@users.noreply.github.com> Date: Tue, 20 Oct 2020 12:22:48 +0530 Subject: [PATCH 2/2] Update index.html --- Introduction to CSS/Lesson 1/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Introduction to CSS/Lesson 1/index.html b/Introduction to CSS/Lesson 1/index.html index 240e80af..bf37a443 100644 --- a/Introduction to CSS/Lesson 1/index.html +++ b/Introduction to CSS/Lesson 1/index.html @@ -2,6 +2,7 @@ The Generics + @@ -106,4 +107,4 @@

The Generics

- \ No newline at end of file +