mirror of
https://github.com/elyby/elyby.github.io.git
synced 2025-02-06 00:50:16 +05:30
Add Ely.by's style
This commit is contained in:
parent
19389b6f40
commit
9d7e3f0896
42
index.html
42
index.html
@ -2,23 +2,54 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>Broken</title>
|
<title>Broken</title>
|
||||||
|
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Condensed&display=swap" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
body {
|
* {
|
||||||
font-family: sans-serif;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
html, body {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
|
color: #444;
|
||||||
|
background: #ebe8e1;
|
||||||
|
line-height: 1.4;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-family: 'Roboto Condensed', sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wrapper {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
background: #fff;
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content p {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
max-width: 400px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="content">
|
<div class="wrapper">
|
||||||
|
<div class="content">
|
||||||
<h1>Ely.by is down</h1>
|
<h1>Ely.by is down</h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -31,7 +62,8 @@
|
|||||||
|
|
||||||
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/erickskrauch?ref_src=twsrc%5Etfw">
|
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/erickskrauch?ref_src=twsrc%5Etfw">
|
||||||
Tweets by erickskrauch
|
Tweets by erickskrauch
|
||||||
</a>
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user