änderung hintergrundbild
This commit is contained in:
parent
bf6d181358
commit
cf8ef27d42
@ -1,13 +1,9 @@
|
|||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
|
||||||
background: url("/images/dok_bg.png") center / cover no-repeat;
|
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,8 +3,6 @@
|
|||||||
|
|
||||||
width: 2037px;
|
width: 2037px;
|
||||||
height: 1018px;
|
height: 1018px;
|
||||||
|
|
||||||
background: url("/images/dok_bg.png") no-repeat;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.map-overlay {
|
.map-overlay {
|
||||||
|
|||||||
@ -32,6 +32,7 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="worldmap">
|
<div class="worldmap">
|
||||||
|
<img src="/images/dok_bg.png" class="map-image" />
|
||||||
<svg viewBox="0 0 2037 1018" class="map-overlay">
|
<svg viewBox="0 0 2037 1018" class="map-overlay">
|
||||||
<!-- 1 -->
|
<!-- 1 -->
|
||||||
<a href="/building/1" class="building">
|
<a href="/building/1" class="building">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user