-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpractice2.html
More file actions
39 lines (34 loc) · 738 Bytes
/
practice2.html
File metadata and controls
39 lines (34 loc) · 738 Bytes
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
37
38
39
<html>
<head>
<style>
body{
background-image:LINEAR-GRADIENT(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url("1.jpg")
}
.pg h1{ color:green;
font-size:40px;
top:40%;
left:40%;
border-style:dotted;
border-width:20px;
background-color:orange;
text-shadow:3px 3px 3px black;
}
.pg h2{
color:pink;
font-size:30px;
text-shadow:2px 2px 2px blue;
}
</style>
</head>
<body>
<fieldset class="pg">
<h1><strong><center>WELCOME TO MY COLLECTION PAGE</center></strong></h1><br>
<ol>
<h2><abbr title="CHOOSE YOUR POEM">TITLE</abbr></h2><br>
<li> <a href="myfl.html">OR HAR DIN ZADH KAMJOR HOTI HAI</a></li><br>
<li> <a href="SONGS">SONGS</a></li><br>
<li> <a href="serial">WATCH SERIAL</a></li><br>
</ol>
</fieldset>
</body>
</html>