Difference between revisions of "User:Yaycupcake/Sandbox4"
From A3! Wiki
Yaycupcake (talk | contribs) |
Yaycupcake (talk | contribs) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{{#css: | {{#css: | ||
+ | |||
+ | .mw-editsection { | ||
+ | display:none!important; | ||
+ | } | ||
.monthbox { | .monthbox { | ||
margin-right: 5px; | margin-right: 5px; | ||
+ | width: 150px; | ||
} | } | ||
Line 15: | Line 20: | ||
display: inline-block; | display: inline-block; | ||
border: 1px solid black; /*test style*/ | border: 1px solid black; /*test style*/ | ||
+ | width: 150px; | ||
} | } | ||
.calendarbox { | .calendarbox { | ||
display: flex; | display: flex; | ||
+ | /*help i cant make this do what i want*/ | ||
} | } | ||
Line 75: | Line 82: | ||
<!--divider--> | <!--divider--> | ||
+ | |||
+ | </div> | ||
+ | <div class="calendarbox"> | ||
<div class="monthbox spring"> | <div class="monthbox spring"> | ||
Line 121: | Line 131: | ||
<!--divider--> | <!--divider--> | ||
+ | |||
+ | </div> | ||
+ | <div class="calendarbox"> | ||
<div class="monthbox autumn"> | <div class="monthbox autumn"> |