Delete index.html
This commit is contained in:
68
index.html
68
index.html
@@ -1,68 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Arona Jones</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="author" content="Oscar Nardone">
|
||||
<meta name="description" content="Arona Jones' website, handmade by https://OscarNardone.me">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
||||
<style>
|
||||
h1, h2, h3, p, a, li {
|
||||
font-family: "Roboto Mono", sans-serif;
|
||||
color: #fff;
|
||||
}
|
||||
h1, h2, h3 {
|
||||
font-weight: 200;
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
body {
|
||||
background-color: #111;
|
||||
background-image: url("https://unsplash.it/g/1920/1080?random");
|
||||
background-size: cover;
|
||||
background-attachment: fixed;
|
||||
/* min-height: 100%;*/
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.container {
|
||||
margin: 2rem 4rem;
|
||||
padding: 1rem;
|
||||
background-color: #000;
|
||||
background-color: rgba(24,24,24,0.8);
|
||||
}
|
||||
.tighttop {
|
||||
margin-top: 0;
|
||||
}
|
||||
.tightbottom {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
ul {
|
||||
margin-top: 0.25rem;
|
||||
}
|
||||
.centre {
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
min-width: 100px;
|
||||
}
|
||||
img {
|
||||
margin-right: 0.25rem;
|
||||
}
|
||||
@media only screen and (max-width: 768px) {
|
||||
.container {
|
||||
margin: 1rem 0;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container" style="width: 80%">
|
||||
<div class="centre" style="padding: 0.8rem">
|
||||
<h1>IN STASIS</h1>
|
||||
<h2>03/05/18</h2>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user