Update 'www/index.html'

This commit is contained in:
Sarimoko 2022-02-22 08:02:02 +00:00
parent ca44f8c856
commit 7a93c32c76
1 changed files with 11 additions and 2 deletions

View File

@ -11,15 +11,24 @@
body { body {
background-color: black; background-color: black;
} }
h3, p { h1, h3, p {
color: white; color: white;
text-align: center text-align: center
} }
img {
position: absolute;
width: 420px;
height: auto;
left: 50%;
top: 50%;
margin-left: -285px;
margin-top: -190px;
}
</style> </style>
</head> </head>
<body> <body>
<h1>The Cult</h1> <h1>The Cult</h1>
<h3>A sudo religion, all praise RNGesus!</h3> <h3>A sudo religion, all praise RNGesus!</h3>
<img src="https://www.nicepng.com/png/full/145-1454277_kappa-rngesus-png.png" alt="RNGesus NOT FOUND!" style="position: absolute; left: 50%; top: 50%; margin-left: -285px; margin-top: -190px;"> <img src="https://www.nicepng.com/png/full/145-1454277_kappa-rngesus-png.png" alt="RNGesus NOT FOUND!">
</body> </body>
</html> </html>