Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 12:13, 24 October 2024 by ToneXum (talk | contribs)
#container {
	display: flex;
	justify-content: space-evenly;
}
span.item {
	background-color: blue;
	border-radius: 0.68rem;
	padding: 1rem;
}
h5.heading {
	margin-top: 0rem; /* Once again overwriting the top margin on headings */
}