24-Stunden-Pflege-Agentur body { font-family: Arial, sans-serif; margin: 0; } header { background-color: lightgrey; display: flex; justify-content: space-between; align-items: center; padding: 20px; box-sizing: border-box; } header h1 { margin: 0; font-size: 32px; } header nav { display: none; } header .user { display: flex; align-items: center; } header .user p { margin: 0; margin-right: 10px; font-size: 14px; } header .user img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; } nav { background-color: lightblue; display: flex; justify-content: space-between; align-items: center; padding: 20px; box-sizing: border-box; } nav ul { list-style: none; margin: 0; padding: 0; display: flex; } nav li { margin-right: 20px; } nav a { text-decoration: none; color: black; } main { padding: 20px; box-sizing: border-box; } .intro { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin-bottom: 20px; } .intro h2 { margin: 0; font-size: 24px; } .intro img { width: 300px; height: 300px; object-fit: cover; margin-right: 20px; } .intro p { font-size: 16px; line-height: 1.5; width: 60%; } .services { display: flex;

Erstelle eine Website wie diese mit WordPress.com
Jetzt starten