mirror of
https://github.com/erkkiai/website.git
synced 2024-11-22 05:30:20 +00:00
Fix code indentation
This commit is contained in:
parent
646d8bbe1f
commit
efe60bc8db
40
index.html
40
index.html
@ -8,23 +8,23 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||||
<style>
|
<style>
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Orbitron Bold";
|
font-family: "Orbitron Bold";
|
||||||
src: url("assets/fonts/orbitron-bold.otf");
|
src: url("assets/fonts/orbitron-bold.otf");
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Noto Sans Bold";
|
font-family: "Noto Sans Bold";
|
||||||
src: url("assets/fonts/notosans-bold.ttf");
|
src: url("assets/fonts/notosans-bold.ttf");
|
||||||
}
|
}
|
||||||
html, body {
|
html, body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background-image: linear-gradient(#0049c8, #00bef9);
|
background-image: linear-gradient(#0049c8, #00bef9);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -32,20 +32,20 @@
|
|||||||
min-height: 600px;
|
min-height: 600px;
|
||||||
}
|
}
|
||||||
* {
|
* {
|
||||||
font-family: "Roboto Medium", sans-serif;
|
font-family: "Roboto Medium", sans-serif;
|
||||||
}
|
}
|
||||||
*, *:active, *:focus, *:hover, *:visited, *:link {
|
*, *:active, *:focus, *:hover, *:visited, *:link {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.emoji *, .emoji *:active, .emoji *:focus, .emoji *:hover, .emoji *:visited, .emoji *:link {
|
.emoji *, .emoji *:active, .emoji *:focus, .emoji *:hover, .emoji *:visited, .emoji *:link {
|
||||||
font-family: initial;
|
font-family: initial;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-family: "Orbitron Bold", sans-serif;
|
font-family: "Orbitron Bold", sans-serif;
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
main, footer {
|
main, footer {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
@ -82,8 +82,8 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
footer .powered-by {
|
footer .powered-by {
|
||||||
margin-top: 0.25em;
|
margin-top: 0.25em;
|
||||||
font-size: 0.75em;
|
font-size: 0.75em;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
@ -102,8 +102,8 @@
|
|||||||
<header>
|
<header>
|
||||||
<img class="logo" src="assets/images/logo.svg" alt="ErkkiAI™">
|
<img class="logo" src="assets/images/logo.svg" alt="ErkkiAI™">
|
||||||
<div class="branding">
|
<div class="branding">
|
||||||
<h1 class="name">ErkkiAI™</h1>
|
<h1 class="name">ErkkiAI™</h1>
|
||||||
<span class="slogan">Energiatehokkuutta kiinteistöllesi</span>
|
<span class="slogan">Energiatehokkuutta kiinteistöllesi</span>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
|
Loading…
Reference in New Issue
Block a user