Template
Main Page Navigation/styles.css
From Dogcraft Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
#transclude-wiki-navigation { | #transclude-wiki-navigation { | ||
display:flex; | display: flex; | ||
justify-content:space-around; | justify-content: space-around; | ||
gap: | gap: 8px; | ||
flex-wrap:wrap; | flex-wrap: wrap; | ||
} | } | ||
#transclude-wiki-navigation > div { | #transclude-wiki-navigation > div { | ||
display:flex; | display: flex; | ||
flex-direction:column; | flex-direction: column; | ||
align-items:center; | align-items: center; | ||
font-weight:600; | font-weight: 600; | ||
background:#ffffff; | background: #ffffff; | ||
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: 95px; | ||
height: | height: 95px; | ||
padding: | padding: 8px; | ||
} | } |
Revision as of 01:20, 12 January 2023
#transclude-wiki-navigation {
display: flex;
justify-content: space-around;
gap: 8px;
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: 95px;
height: 95px;
padding: 8px;
}
This page was last modified on 12 January 2023, at 01:20. (11 months ago)