diff --git a/Projects/Shubh/README.md b/Projects/Shubh/README.md new file mode 100644 index 0000000..f09959a --- /dev/null +++ b/Projects/Shubh/README.md @@ -0,0 +1 @@ +#This is a sample Website by Shubh Singhal \ No newline at end of file diff --git a/Projects/Shubh/proj.html b/Projects/Shubh/proj.html new file mode 100644 index 0000000..4da58c9 --- /dev/null +++ b/Projects/Shubh/proj.html @@ -0,0 +1,17 @@ + + + + + + + + + Document + + +
+

Shubh Singhal

+ Beginner Webpage +
+ + \ No newline at end of file diff --git a/Projects/Shubh/style.css b/Projects/Shubh/style.css new file mode 100644 index 0000000..40c083e --- /dev/null +++ b/Projects/Shubh/style.css @@ -0,0 +1,12 @@ +body{ + background-image: url("https://img.freepik.com/free-photo/dried-leaves-gray-blank-background_53876-102451.jpg?w=1060&t=st=1693243054~exp=1693243654~hmac=ab80a719b6af4726df9e8be87b3cb3eff82cbc3bf90e412c6e47d43570143e07"); + background-size: 1545px; + background-repeat: no-repeat; + background-attachment: fixed; +} + +.name { + position: relative; + left: 800px; + top : 100px; +} \ No newline at end of file