Skip to content

Commit

Permalink
Farben angepasst und Logo mit Radius versehen
Browse files Browse the repository at this point in the history
  • Loading branch information
Spongebon0 authored Sep 20, 2024
1 parent 306706b commit e8d076f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
body {
margin: 0;
font-family: Arial, sans-serif;
background: linear-gradient(135deg, #3498db, #2ecc71);
background: linear-gradient(135deg, #E74C3C, #3498DB);
background-color: #F4E5C1; /* Cremiger Gelbton, der zum Hintergrund des Bildes passt */
min-height: 100vh;
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -50,6 +51,7 @@
width: 20vw; /* Dynamische Breite für das Logo */
margin-bottom: 20px;
max-width: 150px; /* Begrenzung für größere Bildschirme */
border-radius: 15px; /* Abgerundete Ecken */
}

/* Spezifische Anpassungen für sehr kleine Bildschirme */
Expand Down

0 comments on commit e8d076f

Please sign in to comment.