-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchutiya jilani.html
39 lines (38 loc) · 1.12 KB
/
chutiya jilani.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
a{
margin-left: 10px;
border: 1px solid #d14646;
background-color: bisque;
padding: 10px;
box-shadow: 10px 10px 50px #0b0909;
}
#hh{
background-color: red;
color: white;
text-decoration: none;
font-weight: bold;
font-size: 18px;
cursor: pointer;
border-radius: 5px;
transition: background-color 0.5s;
}
</style>
</head>
<body>
<img src="img-09.jpg" alt="image" width="690px">
<nav>
<a href="web-dev-coding/chutiya%20jilani.html">jfbvvb</a>
<a href="web-dev-coding/chutiya%20jilani.html">jfbvvb</a>
<a id="hh" href="web-dev-coding/chutiya%20jilani.html">jfbvvb</a>
<a href="web-dev-coding/chutiya%20jilani.html">jfbvvb</a>
<a id="hh" href="web-dev-coding/chutiya%20jilani.html">jfbvvb</a>
</nav><br>
<hr>
</body>
</html>