Istruzioni CSS border-bottom
Dettagli funzione border-bottom CSS - Istruzioni, descrizione, dettagli ed esempio del comando border-bottom in CSS.
Descrizione
Imposta le proprietà del bordo basso in un'unica dichiarazione. Le proprietà che possono essere impostate sono: border-bottom-width, border-bottom-style, e border-bottom-color.
Codice
p { border-style:solid; border-bottom:thick dotted #ff0000; }
Spiegazione
Proprietà
border-bottom-width: specifica la larghezza del bordo basso
border-bottom-style: specifica lo stile
border-bottom-color: specifica il colore
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