Difference between revisions of "User:Yaycupcake/Sandbox4"
From A3! Wiki
Yaycupcake (talk | contribs) |
Yaycupcake (talk | contribs) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
+ | |||
+ | {{#css: | ||
+ | |||
+ | .monthbox { | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | .monthbox h4 { | ||
+ | display: block; | ||
+ | background-color: #ccc; /*test color*/ | ||
+ | } | ||
+ | |||
+ | .bdaybox { | ||
+ | display: inline-block; | ||
+ | border: 1px solid black; /*test style*/ | ||
+ | |||
+ | }} | ||
+ | |||
<div class="monthbox winter"> | <div class="monthbox winter"> |