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">
|
||||
<style>
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Orbitron Bold";
|
||||
src: url("assets/fonts/orbitron-bold.otf");
|
||||
font-family: "Orbitron Bold";
|
||||
src: url("assets/fonts/orbitron-bold.otf");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Noto Sans Bold";
|
||||
src: url("assets/fonts/notosans-bold.ttf");
|
||||
font-family: "Noto Sans Bold";
|
||||
src: url("assets/fonts/notosans-bold.ttf");
|
||||
}
|
||||
html, body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-image: linear-gradient(#0049c8, #00bef9);
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
@ -32,20 +32,20 @@
|
||||
min-height: 600px;
|
||||
}
|
||||
* {
|
||||
font-family: "Roboto Medium", sans-serif;
|
||||
font-family: "Roboto Medium", sans-serif;
|
||||
}
|
||||
*, *:active, *:focus, *:hover, *:visited, *:link {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
}
|
||||
.emoji *, .emoji *:active, .emoji *:focus, .emoji *:hover, .emoji *:visited, .emoji *:link {
|
||||
font-family: initial;
|
||||
font-family: initial;
|
||||
}
|
||||
h1 {
|
||||
font-family: "Orbitron Bold", sans-serif;
|
||||
font-size: 3em;
|
||||
font-family: "Orbitron Bold", sans-serif;
|
||||
font-size: 3em;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
main, footer {
|
||||
font-size: 1.5rem;
|
||||
@ -82,8 +82,8 @@
|
||||
flex-direction: column;
|
||||
}
|
||||
footer .powered-by {
|
||||
margin-top: 0.25em;
|
||||
font-size: 0.75em;
|
||||
margin-top: 0.25em;
|
||||
font-size: 0.75em;
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -102,8 +102,8 @@
|
||||
<header>
|
||||
<img class="logo" src="assets/images/logo.svg" alt="ErkkiAI™">
|
||||
<div class="branding">
|
||||
<h1 class="name">ErkkiAI™</h1>
|
||||
<span class="slogan">Energiatehokkuutta kiinteistöllesi</span>
|
||||
<h1 class="name">ErkkiAI™</h1>
|
||||
<span class="slogan">Energiatehokkuutta kiinteistöllesi</span>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
Loading…
Reference in New Issue
Block a user