PublishingCSS:TheNewSocial: Difference between revisions

From H&D Publishing Wiki
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;
}
}

Revision as of 11:40, 5 April 2023

h1, h2, h3, h4, h5 {
	color: red;
}

section {
	display: none;
}

section:target {
	display: unset;
}