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

Template:Container/styles.css: Difference between revisions

Template page
Content added Content deleted
mNo edit summary
No edit summary
Line 1:
.container-header {
position: relative;
margin: 0 25px 0 25px;
}
 
.container-header::after {
content: "";
Line 11 ⟶ 16:
background: #0fd;
transform: skew(-20deg);
}
 
.container-header-inner {
position: relative;
z-index: 1;
}

Revision as of 02:09, 30 October 2021

.container-header {
	position: relative;
	margin: 0 25px 0 25px;
}

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

.container-header-inner {
	position: relative;
	z-index: 1;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.