Istruzioni CSS background-repeat
Dettagli funzione background-repeat CSS - Istruzioni, descrizione, dettagli ed esempio del comando background-repeat in CSS.
Descrizione
Specifica come l'immagine di sfondo deve essere ripetuta
Codice
body { background-image:url('paper.gif'); background-repeat:repeat-y; }
Spiegazione
Proprietà
repeat: lo sfondo viene ripetuto orizzontalmente e verticalmente
repeat-x: lo sfondo viene ripetuto solo orizzontalmente
repeat-y: lo sfondo viene ripetuto solo verticalmente
no-repeat: lo sfondo non viene ripetuto
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