css how to style id

CSS
/*put a # infront of the id*/
/*<section id="example"></section>*/
#example{
	margin: auto;
}
Source

Also in CSS: