Reworked index.html

This commit is contained in:
Kylart 2017-04-16 22:02:41 +02:00
parent 5db136c541
commit ce99d5e4f2
1 changed files with 4 additions and 4 deletions

View File

@ -2,18 +2,18 @@
<html>
<head>
<meta charset="UTF-8">
<title>Electronuxt</title>
<title>KawAnime</title>
<style>
html, body
{
margin: 0;
padding: 0;
/*background: #333;*/
background: black;
position: relative;
height: 100%;
width: 100%;
background-image: url("static/images/index-bg.jpg");
background-size: cover;
background-position: bottom;
background-repeat: no-repeat;
}
@ -33,7 +33,7 @@
color: rgba(255, 255, 255, 0.9);
position: absolute;
top: 40%;
left: 50%;
left: 51%;
transform: translate(-50%, -70%);
}
</style>