Template:Essay quote/style.css

Template page
Revision as of 22:00, 19 September 2023 by CriticalResist (talk | contribs) (Created page with ".essay-quotation{ →‎container for whole quote thing: } .essay-quotation-mark{ →‎just the quotation mark that appears behind the quote: user-select:none; } .left{ float:left; } .right{ float:right; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.essay-quotation{
	/* container for whole quote thing */
}

.essay-quotation-mark{
	/* just the quotation mark that appears behind the quote */
	user-select:none;
}

.left{
	float:left;
}

.right{
	float:right;
}