PublishingCSS:TheNewSocial: Difference between revisions
No edit summary  | 
				No edit summary  | 
				||
| Line 1: | Line 1: | ||
h1, h2, h3, h4, h5 {  | h1, h2, h3, h4, h5 {  | ||
	color: red;  | 	color: red;  | ||
}  | |||
section {  | |||
	display: none;  | |||
}  | |||
section:target {  | |||
	display: unset;  | |||
}  | }  | ||