Istruzioni CSS border-top-color
Dettagli funzione border-top-color CSS - Istruzioni, descrizione, dettagli ed esempio del comando border-top-color in CSS.
Descrizione
Imposta il colore del bordo alto di un elemento
Codice
p { border-style:solid; border-top-color:#ff0000 }
Spiegazione
Proprietà
nome_colore: specifica il colore con il nome, come Rosso
numero_hex: specifica il colore con un numero hex, come #fff000
numero_rgb: specifica il colore con un numero rgb, come (255,0,0)
transparent: imposta il bordo alto come trasparente
inherit: le impostazioni vengono ereditate dal genitore
Istruzioni del linguaggio CSS sempre con la lettera: B
- background
- background-attachment
- background-color
- background-image
- background-position
- background-repeat
- border
- border-bottom
- border-bottom-color
- border-bottom-style
- border-bottom-width
- border-collapse
- border-color
- border-left
- border-left-color
- border-left-style
- border-left-width
- border-right
- border-right-color
- border-right-style
- border-right-width
- border-spacing
- border-style
- border-top
- border-top-color
- border-top-style
- border-top-width
- border-width
- bottom