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