... |
... |
@@ -15,7
+15,7 @@ |
15 |
15 |
background-image: url('https://beispiel.de/pfad/zum/bild/logo.png'); /* Auswählen des Bildes per URL */ |
16 |
16 |
/* Positionierung des Bildes */ |
17 |
17 |
background-size: auto 25px; /* Das Bild hat 25 Pixel Höhe und die Breite wird automatisch passend zum Seitenverhältnis des Bildes ermittelt */ |
18 |
|
- padding-top: 60px; /* Die Höhe des Headers wird auf 60 Pixel festgelegt */ |
|
18 |
+ height: 60px; /* Die Höhe des Headers wird auf 60 Pixel festgelegt */ |
19 |
19 |
background-repeat: no-repeat; /* Das Bild wird nur einmal angezeigt */ |
20 |
20 |
background-position-x: calc(100% - 30px); /* Das Bild wird 30 Pixel vom rechten Rand positioniert */ |
21 |
21 |
background-position-y: 20px; /* Das Bild wird 20 Pixel vom oberen Rand positioniert */ |