Jangan gunakan aturan kosong, emptirus)

/* you shouldn't use empty rulesets */

/* this is ok */
p {
	color: blue;
}

/* this is not ok because there's nothing inside of it */
p {

}
jawwson