Difference between revisions of "User:Yaycupcake/Sandbox4"
From A3! Wiki
Yaycupcake (talk | contribs) |
Yaycupcake (talk | contribs) |
||
(6 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 16: | Line 20: | ||
display: inline-block; | display: inline-block; | ||
border: 1px solid black; /*test style*/ | border: 1px solid black; /*test style*/ | ||
+ | width: 150px; | ||
+ | } | ||
+ | |||
+ | .calendarbox { | ||
+ | display: flex; | ||
+ | /*help i cant make this do what i want*/ | ||
} | } | ||
Line 21: | Line 31: | ||
this looks ugly but it's a test page so that's how it's supposed to be yay | this looks ugly but it's a test page so that's how it's supposed to be yay | ||
+ | |||
+ | <div class="calendarbox"> | ||
<div class="monthbox winter"> | <div class="monthbox winter"> | ||
Line 70: | Line 82: | ||
<!--divider--> | <!--divider--> | ||
+ | |||
+ | </div> | ||
+ | <div class="calendarbox"> | ||
<div class="monthbox spring"> | <div class="monthbox spring"> | ||
Line 116: | Line 131: | ||
<!--divider--> | <!--divider--> | ||
+ | |||
+ | </div> | ||
+ | <div class="calendarbox"> | ||
<div class="monthbox autumn"> | <div class="monthbox autumn"> | ||
Line 165: | Line 183: | ||
<!--divider--> | <!--divider--> | ||
+ | |||
+ | </div> |