Karten in HTML

This commit is contained in:
Adrian Heine 2020-09-18 11:26:51 +02:00
parent db33fc128b
commit 912c2d746e
5 changed files with 54 additions and 248 deletions

View file

@ -3,9 +3,16 @@
src: url("/IMFePIit29P.ttf");
}
@font-face {
font-family: "Fell Sc";
src: url("/IMFePIsc29P.ttf");
}
body {
background-color: #e1eef2;
margin: 0;
font-family: "Fell";
}
.wrapper {
@ -55,7 +62,6 @@ body {
text-align: center;
position: absolute;
transform-origin: 0 0;
font-family: "Fell";
}
.fullview {
@ -78,3 +84,39 @@ body {
min-height: 30em;
max-height: 100%;
}
.fullview > div {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
min-width: 20em;
min-height: 30em;
max-height: 100%;
background-color: #006680;
padding: 1.5em;
color: white;
border-radius: 20px;
border: 5px solid #1a1c1c;
box-sizing: border-box;
}
.fullview > div img {
float: right;
width: 120px;
border-radius: 80px;
border: 3px solid #1a1c1c;
margin-bottom: 1em;
}
h1, .desc {
font-family: "Fell Sc";
}
.fulltext {
clear: both;
background-color: #99d7e9;
border-radius: 80px;
border: 3px solid #1a1c1c;
color: #1a1c1c;
margin-left: -10px;
padding: 0.5em;
}