Template

Main Page Navigation/styles.css

From Dogcraft Wiki

< Template:Main Page Navigation
Revision as of 23:48, 11 January 2023 by Domino (talk | contribs) (Created page with "#transclude-wiki-navigation { display:flex; justify-content:space-around; gap:10px; flex-wrap:wrap; } #transclude-wiki-navigation > div { display:flex; flex-directi...")
(diff) โ† Older revision | Latest revision (diff) | Newer revision โ†’ (diff)
#transclude-wiki-navigation {
	display:flex; 
	justify-content:space-around; 
	gap:10px; 
	flex-wrap:wrap;
}

#transclude-wiki-navigation > div {
	display:flex; 
	flex-direction:column; 
	align-items:center;  
	font-weight:600; 
	background:#ffffff; 
	border-radius:5px;  
	box-shadow: 2px 0 5px rgba(85, 85, 85, 0.25),2px 0 10px rgba(85, 85, 85, 0.18);
	width: 110px;
	height: 110px;
	padding: 10px;
}
This page was last modified on 11 January 2023, at 23:48. (5 months ago)