Bắt đầu


Property: phải thuộc

Value: phải thuộc hoặc người coder phải gán

Selector

By ID
Text
By ID
#demo {
	*...
}

https://jsfiddle.net/bo3rxfhb/

By Class
*

Text

By Class
.demo .title.title-xanh {
	*...
}

https://jsfiddle.net/bo3rxfhb/4/

https://jsfiddle.net/bo3rxfhb/3/

By Attributes
Text
Text
Text
By Attributes
div[class^="col-"] {
	*...
}

https://jsfiddle.net/bo3rxfhb/1/

By other
*
Item 01
*
Item 02
By other
.lists .item:last-child {
	*...
}

https://jsfiddle.net/bo3rxfhb/7/

https://jsfiddle.net/bo3rxfhb/8/


Có gì mới trong CSS4

TOP