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

From FiguraMC
mNo edit summary
mNo edit summary
Line 13: Line 13:
}
}
.image hr {
.image hr {
border-color: black;
background-color: black;
}
}

Revision as of 18:41, 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;
}
.image hr {
	background-color: black;
}