mirror of https://github.com/Kylart/KawAnime.git
Reworked index.html
This commit is contained in:
parent
5db136c541
commit
ce99d5e4f2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue