Template:Essay quote/style.css

Template page
Revision as of 22:04, 19 September 2023 by CriticalResist (talk | contribs)
.essay-quotation{
	/* container for whole quote thing */
}

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


/* selectable alignment with {{{align}}} parameter */
.left{
	float:left;
}

.right{
	float:right;
}

.center{
    text-align: center;
    margin: 0 auto;
}