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