change k-space.ee to the k-space logo

This commit is contained in:
jtagcat 2020-03-11 18:56:25 +02:00
parent e38f5adf13
commit fe96c0df9d
2 changed files with 13 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<body>
<section class="sheet padding-10mm">
<div class="logo">k-space.ee</div>
<div class="logo"><img src="https://media.k-space.ee/logo/K-space_logotype_black.svg" draggable="false"></div>
<div class="main"><div class="editable" contenteditable="true">Hack<br>the<br>planet!</div></div>
<div class="subline"><div class="editable" contenteditable="true">Never stop learning!<br>And have fun while doing it.</div></div>
</section>

View File

@ -18,6 +18,7 @@ body {
box-sizing: border-box;
page-break-after: always;
padding: 10mm;
padding-top: 5mm;
width: 297mm;
height: 209mm
}
@ -29,6 +30,12 @@ body {
font-size: 15mm;
}
.logo img {
height:35mm;
pointer-events: none;
float:inline-start;
}
.main {
display: table-row;
font-size: 25mm;
@ -36,12 +43,17 @@ body {
height: 12.5cm;
margin: 1cm 0;
text-align: center;
margin-top: 0px;
position:relative;
top:-7.5mm;
}
.subline {
display: table-row;
font-size: 12mm;
text-align: center;
position:relative;
top:-3.75mm;
}
.editable {