CSS Examples: background

Examples

This is an example of the ".notebright" class.

This is an example of the quotation class. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent dictum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed ut elit ac orci ultrices ipsum primus.

Styles Used

.notebright {
	background: yellow;
}

.quotation {
	background: url("images/topquote.png") #c6c6c6 top left no-repeat;
	padding: 15px;
	width: 300px;
}