Template
Main Page Navigation/styles.css
From Dogcraft Wiki
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
#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: 100px;
height: 100px;
padding: 10px;
}
000
1:0
Return to Template:Main Page Navigation/styles.css.