PublishingCSS:Testing Area: Difference between revisions

From H&D Publishing Wiki
(Created page with "p { font-size: 3em; font-style: cursive; }")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
p {
p {
font-size: 3em;
font-size: 3em;
font-style: cursive;
font-family: fantasy;
}
}

Latest revision as of 15:54, 3 February 2022

p {
	font-size: 3em;
	font-family: fantasy;
}