Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:w/nav/style.css: Difference between revisions

Template page
mNo edit summary
mNo edit summary
Line 6: Line 6:
background-color: blue;
background-color: blue;
border-radius: 0.68rem;
border-radius: 0.68rem;
width: 3rem;
width: 15rem;
}
}
h5.heading {
h5.heading {
margin-top: 0rem; /* Once again overwriting the top margin on headings */
margin-top: 0rem; /* Once again overwriting the top margin on headings */
}
}

Revision as of 12:17, 24 October 2024

#container {
	display: flex;
	justify-content: center;
}
span.item {
	background-color: blue;
	border-radius: 0.68rem;
	width: 15rem;
}
h5.heading {
	margin-top: 0rem; /* Once again overwriting the top margin on headings */
}