Skip to content

Commit 9a62633

Browse files
Update index.html
1 parent a5e36a7 commit 9a62633

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

index.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,46 @@
22
<html>
33
<head>
44
<title>devz-throwable</title>
5-
<style type="text/css">
5+
<style type="text/css">
6+
67
h2 {
78
text-align: center;
89
font-family: Verdana, sans-serif;
910
}
11+
1012
p {
1113
text-align: center;
1214
font-family: Verdana, sans-serif;
1315
}
16+
1417
#rcorners1 {
1518
border-radius: 25px;
1619
background: #818589;
1720
padding: 5px;
1821
}
22+
1923
.center {
2024
display: block;
2125
margin: auto;
22-
width: 10%;
23-
height: 10%
26+
width: 8%;
27+
height: 8%
2428
}
29+
2530
</style>
31+
2632
</head>
2733
<body style="background-color: #B2BEB5">
34+
2835
<h2>devz-throwable</h2>
2936
<div margin="auto">
30-
<img src="https://bit.ly/3jLP749" alt="Trulli" width="50" height="50" class="center">
37+
<img src="https://bit.ly/3jLP749" alt="my-profile-pic" width="50" height="50" class="center">
3138
</div>
3239
<p>
3340
you have come across this site <b><mark id="rcorners1">devz-throwable</mark></b>
3441
</p>
3542
<p>
3643
<i>enjoy !!!</i>
3744
</p>
45+
3846
</body>
3947
</html>

0 commit comments

Comments
 (0)