Template:Main Page/styles.css: Difference between revisions
From YATA Wiki
Jump to navigationJump to search
AlexChillOut (talk | contribs) (Created page with ".left-box { display: inline-block; } .right-box { display: inline-block; }") |
AlexChillOut (talk | contribs) No edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
. | .box { | ||
display: inline-block; | display: inline-block; | ||
padding: 5px; | |||
} | } | ||
#left-box { | |||
width: 84%; | |||
float: left; | |||
} | |||
#right-box { | |||
width: 14%; | |||
float: right; | |||
text-align: center; | |||
} | } |