Template
Box2/styles.css
From Dogcraft Wiki
(Created page with ".wiki-content-box { display: flex; flex-direction: column; flex-grow: 1; position: relative; margin: 10px auto 0; z-index: 2; background: rgba(255, 255, 255, .92); padding: 25px; max-width: 1300px; border-radius: 5px; box-shadow: 2px 0 5px rgba(85, 85, 85, .25), 2px 0 10px rgba(85, 85, 85, .18); border: 0 solid #8b0024; border-top-width: 5px; }") |
(No difference)
|
Revision as of 19:43, 13 July 2023
.wiki-content-box {
display: flex;
flex-direction: column;
flex-grow: 1;
position: relative;
margin: 10px auto 0;
z-index: 2;
background: rgba(255, 255, 255, .92);
padding: 25px;
max-width: 1300px;
border-radius: 5px;
box-shadow: 2px 0 5px rgba(85, 85, 85, .25), 2px 0 10px rgba(85, 85, 85, .18);
border: 0 solid #8b0024;
border-top-width: 5px;
}
This page was last modified on 13 July 2023, at 19:43. (2 years ago)