Template:Essay quote/style.css: Difference between revisions

Template page
m (CriticalResist moved page Template:Essay quotation/style.css to Template:Essay quote/style.css without leaving a redirect: easier name)
No edit summary
Line 14: Line 14:
.right{
.right{
float:right;
float:right;
}
.center{
    text-align: center;
    margin: 0 auto;
}
}

Revision as of 22:03, 19 September 2023

.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;
}

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