This repository has been archived by the owner on May 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (54 loc) · 1.74 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./css/materialize.min.css">
<link href="roboto.css" rel="stylesheet">
<script src="./js/materialize.min.js"></script>
<link rel="stylesheet" href="./css/animate.min.css">
<title>Rellusion</title>
<style>
body{
background:linear-gradient(#142127, #99406e ) fixed no-repeat !important;
background-size: cover !important;
font-family: 'Roboto Mono', monospace !important;
}
.logo{
width: 40%;
margin-left: 28%;
margin-top: 15%;
}
.entrar{
margin-left: 41.5% !important;
}
@media only screen and (max-width: 768px) {
.logo{
width: 100%;
margin-left: -3% !important;
margin-top: 60%;
}
}
</style>
</head>
<body>
<div id="app">
<div id="home">
<div class="row" style="margin-left: 3% !important;">
<div class="col s12 animated infinite bounce delay-1s">
<img src="./icons/logo.png" class="logo ">
<br><br>
</div>
</div>
<div class="container">
<div class="row">
<div class="col s3 xl5"></div>
<a class="waves-effect waves-light btn purple lighten-5 black-text" href="planets.html">Acesse agora!</a>
</div>
</div>
<br><br><br><br><br><br><br><br><br><br><br>
</div>
</div>
</body>
</html>