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