From 0c3a02b4dec61493d0c8a5de5d62fe29eb23b3bc Mon Sep 17 00:00:00 2001 From: pranjal15195gaur Date: Mon, 28 Aug 2023 23:03:53 +0530 Subject: [PATCH] Project by Pranjal Gaur --- .vscode/settings.json | 3 +++ Projects/PranjalGaur/README.md | 2 ++ Projects/PranjalGaur/index.html | 37 +++++++++++++++++++++++++++++++++ Projects/PranjalGaur/styles.css | 16 ++++++++++++++ 4 files changed, 58 insertions(+) create mode 100644 .vscode/settings.json create mode 100644 Projects/PranjalGaur/README.md create mode 100644 Projects/PranjalGaur/index.html create mode 100644 Projects/PranjalGaur/styles.css diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/Projects/PranjalGaur/README.md b/Projects/PranjalGaur/README.md new file mode 100644 index 0000000..97c8f09 --- /dev/null +++ b/Projects/PranjalGaur/README.md @@ -0,0 +1,2 @@ +This is the Project for SC335 "Introduction to Web Devlopment" +Made by Pranjal Gaur \ No newline at end of file diff --git a/Projects/PranjalGaur/index.html b/Projects/PranjalGaur/index.html new file mode 100644 index 0000000..0c2f87c --- /dev/null +++ b/Projects/PranjalGaur/index.html @@ -0,0 +1,37 @@ + + + + + + Project for SC 335 + + + + +
Hello Everyone
+
This is
+
+
Pranjal Gaur
+
My instagram ID is pranjal15195gaur
+
+
This is the first website made by me
+
+

I like to do the following things :
+
+

+ + + \ No newline at end of file diff --git a/Projects/PranjalGaur/styles.css b/Projects/PranjalGaur/styles.css new file mode 100644 index 0000000..d9e936a --- /dev/null +++ b/Projects/PranjalGaur/styles.css @@ -0,0 +1,16 @@ +#greeting{ + color:blue; + font-size: large; + font-weight: bold; + justify-content: center; + +} +#name{ + color:red; + background-color: beige; + font-style: oblique; + font-variant: calc(); + font-weight:400; + font-size:100px; + ; +} \ No newline at end of file