Template
Main Page Navigation/styles.css
From Dogcraft Wiki
(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...") |
No edit summary |
||
Line 2: | Line 2: | ||
display:flex; | display:flex; | ||
justify-content:space-around; | justify-content:space-around; | ||
gap: | gap:7.5px; | ||
flex-wrap:wrap; | flex-wrap:wrap; | ||
} | } | ||
Line 14: | Line 14: | ||
border-radius:5px; | border-radius:5px; | ||
box-shadow: 2px 0 5px rgba(85, 85, 85, 0.25),2px 0 10px rgba(85, 85, 85, 0.18); | box-shadow: 2px 0 5px rgba(85, 85, 85, 0.25),2px 0 10px rgba(85, 85, 85, 0.18); | ||
width: | width: 100px; | ||
height: | height: 100px; | ||
padding: | padding: 7.5px; | ||
} | } |
Revision as of 01:18, 12 January 2023
#transclude-wiki-navigation {
display:flex;
justify-content:space-around;
gap:7.5px;
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: 100px;
height: 100px;
padding: 7.5px;
}
This page was last modified on 12 January 2023, at 01:18. (11 months ago)