Istruzioni CSS background-color
Dettagli funzione background-color CSS - Istruzioni, descrizione, dettagli ed esempio del comando background-color in CSS.
Descrizione
Imposta il colore di sfondo di un elemento. Lo sfondo di un elemento comprende tutta la dimensione dell'elemento, compresi padding e border, escluso margin.
Codice
body { background-color:yellow; } h1 { background-color:#00ff00; } p { background-color:rgb(255,0,255); }
Spiegazione
Proprietà
nome_colore: specifica il colore di sfondo usando il nome, come Rosso
codice_hex: specifica il colore usando un codice esadecimale, come #fff000
numero_rgb: specifica il colore usando un numero rgb, come (255,0,0)
transparent: lo sfondo dev'essere 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