Zuletzt bearbeitet vor 5 Tagen
von Xineohp1506

player.css

Version vom 28. April 2025, 23:39 Uhr von Xineohp1506 (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „.lpnon-player-header img { width: 100%; height: auto; border-radius: 8px; margin-bottom: 20px; } .lpnon-player-info-boxes { display: flex; gap: 15px; justify-content: center; margin-bottom: 30px; flex-wrap: wrap; } .lpnon-player-box { flex: 1 1 250px; background: #f9f9f9; border: 2px solid #cf001b; border-radius: 8px; padding: 15px; min-width: 250px; text-align: center; box-shadow: 0 4p…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
.lpnon-player-header img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

.lpnon-player-info-boxes {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.lpnon-player-box {
    flex: 1 1 250px;
    background: #f9f9f9;
    border: 2px solid #cf001b;
    border-radius: 8px;
    padding: 15px;
    min-width: 250px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.lpnon-player-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.lpnon-player-about {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.lpnon-player-projects {
    margin-top: 30px;
}