forked from HelenKing029/Basic-web-page
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsahil's webpage
More file actions
36 lines (36 loc) · 1.24 KB
/
sahil's webpage
File metadata and controls
36 lines (36 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<title>Sahil's Webpage</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Sonsie+One" rel="stylesheet" type="text/css">
<style>
body {
background: url("https://image.freepik.com/free-vector/colorful-abstract-background-with-squares_1035-3033.jpg");
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
}
.layer {
background-color: rgba(237, 218, 201, 0.75);
background-position: center;
padding: 30px;
word-wrap: normal;
border-radius: 20px;
}
</style>
</head>
<body style="text-align: center;">
<div class="layer">
<h1 style="color: maroon">Sahil's Webpage</h1>
<h2>About Me:</h2>
<h2 style="color: seagreen">
<p>My Github account is <a href="https://github.com/sahilwasan000">here</a>
<p>My University: <a href="http://www.msit.in/"> Maharaja Surajmal Institute of Tech.</a>
</h2>
<h1 style="text-align: center; color: maroon"> Happy Hacktoberfest! ;)</h1>
<h2 style="text-align: center;"> KEEP HACKING </h2>
</div>
</body>
</html>