-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (39 loc) · 1023 Bytes
/
index.html
File metadata and controls
47 lines (39 loc) · 1023 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
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<title>devz-throwable</title>
<style type="text/css">
h2 {
text-align: center;
font-family: Verdana, sans-serif;
}
p {
text-align: center;
font-family: Verdana, sans-serif;
}
#rcorners1 {
border-radius: 25px;
background: #818589;
padding: 5px;
}
.center {
display: block;
margin: auto;
width: 8%;
height: 8%
}
</style>
</head>
<body style="background-color: #B2BEB5">
<h2>devz-throwable</h2>
<div margin="auto">
<img src="https://bit.ly/3jLP749" alt="my-profile-pic" width="50" height="50" class="center">
</div>
<p>
you have come across this site <b><mark id="rcorners1">devz-throwable</mark></b>
</p>
<p>
<i>enjoy !!!</i>
</p>
</body>
</html>