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

From FiguraMC
TheKillerBunny changed the content model of the page User:TheKillerBunny/Signature/style.css from "CSS" to "Sanitized CSS": templateStyles
Tag: content model change
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
.image {
.tkbunny-image {
display: inline-block;
display: inline-block;
margin-top: 6px;
margin-top: 6px;
Line 7: Line 7:
padding: 0;
padding: 0;
}
}
.image p {
.tkbunny-image p {
text-align: center;
text-align: center;
margin: 0;
margin: 0;
padding: 0;
padding: 0;
}
.tkbunny-image hr {
background-color: black;
}
}

Latest revision as of 15:26, 13 October 2024

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