PublishingCSS:Making Matters Lexicon: Difference between revisions

From H&D Publishing Wiki
No edit summary
No edit summary
Tag: Reverted
Line 1: Line 1:
p {
color: pink !important;
}
sup.reference {
sup.reference {
animation: rotate 5s linear infinite;
animation: rotate 5s linear infinite;

Revision as of 16:55, 17 February 2022

p {
	color: pink !important;
}

sup.reference {
	animation: rotate 5s linear infinite;
}

@keyframes rotate {
	from { transform: rotate(0deg); }	
	to { transform: rotate(360deg); }
}

.toc ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.toc li {
	padding: 0;
	margin: 0;
}