Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Projects/Shubh/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#This is a sample Website by Shubh Singhal
17 changes: 17 additions & 0 deletions Projects/Shubh/proj.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<title>Document</title>
</head>
<body>
<div class="name">
<h4> Shubh Singhal </h4>
Beginner Webpage
</div>
</body>
</html>
12 changes: 12 additions & 0 deletions Projects/Shubh/style.css
Original file line number Diff line number Diff line change
@@ -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;
}