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