Update 'www/index.html'

This commit is contained in:
Sarimoko 2022-02-22 06:07:03 +00:00
parent eaa062a105
commit 5e0194e15d
1 changed files with 13 additions and 4 deletions

View File

@ -7,17 +7,26 @@
<style>
body {
background-color: black;
margin: 200px;
}
h3, p {
color: white;
text-align: center
text-align: center;
position: relative;
}
img {
position: absolute;
left: 50%;
top: 50%;
margin-left: -285px;
margin-top: -190px;
}
</style>
</head>
<body>
<center><h1>You may take my viewers...</h1></center>
<img src="RAID.png" alt="RAID!!!" style="position: absolute; left: 50%; top: 50%; margin-left: -285px; margin-top: -190px;">
<center><h3>...but we'll never take their #3DOM!!!</h3></center>
<h1>You may take my viewers...</h1>
<img src="RAID.png" alt="RAID!!!">
<h3>...but we'll never take their #3DOM!!!</h3>
</body>
</html>