User:TheKillerBunny/Signature/style.css: Difference between revisions

From FiguraMC
Created page with ".image { display: inline-block; margin-top: 6px; width: 150px; background: #f8f9fa; border: 2px solid #777777; padding: 0; } .image p { text-align: center; margin: 0; padding: 0; }"
 
TheKillerBunny changed the content model of the page User:TheKillerBunny/Signature/style.css from "CSS" to "Sanitized CSS": templateStyles
Tag: content model change
(No difference)

Revision as of 18:37, 12 October 2024

.image {
	display: inline-block;
	margin-top: 6px;
	width: 150px;
	background: #f8f9fa;
	border: 2px solid #777777;
	padding: 0;
}
.image p {
	text-align: center;
	margin: 0;
	padding: 0;
}