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

Template:Content guide link/styles.css: Difference between revisions

Template page
Content added Content deleted
(Created page with ".content-guide-link { grid-template-areas: "icon name" "icon caption"; align-items: center; } .cgl-icon { grid-area: icon; } .cgl-name { grid-area: name; } .cgl-caption { grid-area: caption; font-size: 0.9em; }")
 
(ChaoticShadow changed the content model of the page Template:Content guide link/styles.css from "wikitext" to "Sanitized CSS": Fixed content model)
Tag: content model change
(No difference)

Revision as of 06:03, 7 August 2022

.content-guide-link {
	grid-template-areas:
	"icon name"
	"icon caption";
	align-items: center;
}

.cgl-icon {
	grid-area: icon;
}

.cgl-name {
	grid-area: name;
}

.cgl-caption {
	grid-area: caption;
	font-size: 0.9em;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.