Template:Container/styles.css: Difference between revisions

Template page
Content added Content deleted
mNo edit summary
mNo edit summary
Line 24: Line 24:
height: 100%;
height: 100%;
background: #0fd;
background: #0fd;
/*background: #2FD9E3; alt color */
transform: skew(-20deg);
transform: skew(-20deg);
}
}

Revision as of 20:54, 1 November 2021

.container {
	margin-bottom: 20px;
}

.container-header {
	position: relative;
	margin: 0 25px 0 25px;
	overflow: visible;
	border: none;
	padding-left: 25px;
	padding-right: 25px;
	display: block;
}

.container-header::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #0fd;
	/*background: #2FD9E3; alt color */
	transform: skew(-20deg);
}

.container-header-inner {
	position: relative;
	z-index: 1;
	line-height: 45px;
	text-align: center;
	font-family: sans-serif;
}

.container-body {
	margin: 10px 50px;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.