Create index.html

This commit is contained in:
Alexander Popov 2021-06-28 23:04:04 +03:00
parent 6d513b831d
commit 01423bd7f0
Signed by: iiiypuk
GPG Key ID: 398FC73478D97286
1 changed files with 35 additions and 0 deletions

35
docs/index.html Normal file
View File

@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Turn 0 Around</title>
<style type="text/css">
html,
body {
height: 90%;
}
body {
background-color: #38607c;
}
div.wrap {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
h1.slogan {
font-family: sans-serif;
color: #d44e52;
text-align: center;
}
</style>
</head>
<body>
<div class="wrap">
<h1 class="slogan">licking and assemble</h1>
</div>
</body>
</html>