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/header/style.css: Difference between revisions

Template page
mNo edit summary
mNo edit summary
Line 8: Line 8:
background-color: #F8EDED;
background-color: #F8EDED;
border-radius: 1rem;
border-radius: 1rem;
margin-left: 10%;
margin-left: 1rem;
margin-right: 10%;
margin-right: 1rem;
}
}

Revision as of 17:47, 23 October 2024

.headingText {
	color: #173B45;
	text-align: center;
	margin-top: 0rem; /* Eliminates the top margin of headings */
}
#header {
	padding: 0.68rem;
	background-color: #F8EDED;
	border-radius: 1rem;
	margin-left: 1rem;
	margin-right: 1rem;
}