Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #164968

    Hallo,

    wie kann ich einen Border für Color Section erstellen und die Größe (px) anpassen?

    Liebe Grüße,
    Marco

    • This topic was modified 11 years, 3 months ago by crevlon.
    #165508

    Hey crevlon!

    Du kannst den Border mit folgenden CSS Code hinzufügen

    
    .avia-section {
    border-top: 5px solid;
    border-bottom: 5px solid;
    border-left: 5px solid;
    border-right: 5px solid;
    }
    

    5px gibt die Breite des Borders an und man kann jeden x-beliebigen (positiven) Wert stattd 5px verwenden. Eine Auflistung aller unterstützen Attribute findest du hier: http://www.css4you.de/border.html

    Regards,
    Peter

    #165926

    Perfekt! Danke!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Color Section Border erstellene’ is closed to new replies.