background
selector {
background-color: #FFFFFF;
background-image: url("path/to/image.png") | none;
background-repeat: repeat | no-repeat | repeat-x | repeat-y;
background: #FFFFFF none;
}
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
selector {
background-color: #FFFFFF;
background-image: url("path/to/image.png") | none;
background-repeat: repeat | no-repeat | repeat-x | repeat-y;
background: #FFFFFF none;
}