Template:Container/styles.css: Difference between revisions

Template page
Content added Content deleted
(Created page with ".container-heading::after { content: ""; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background: #0fd; tran...")
 
mNo edit summary
Line 1: Line 1:
.container-heading::after {
.container-header::after {
content: "";
content: "";
display: block;
display: block;

Revision as of 02:06, 30 October 2021

.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);
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.