Template:Two column layout: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
(Created page with "<div class="columnsContainer" style=" margin: 0 auto; position: relative; "> <div class="leftColumn" style=" padding:1%; width: 58%; float: left; border-right: 1px solid #cca...")
 
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="columnsContainer" style=" margin: 0 auto; position: relative; ">
<div class="columnsContainer" style=" margin: 0 auto; position: relative; ">
<div class="leftColumn" style=" padding:1%; width: 58%; float: left; border-right: 1px solid  #cca;">
<div class="leftColumn" style=" padding:1%; width: 58%; float: left; ">
<!-- 左欄 -->{{{right}}}
<!-- 左欄 -->{{{left}}}
</div>
</div>


<div class="rightColumn" style=" float: right;  position: absolute;  top: 0; right: 0; padding:1%; width: 38%; border: 0; ">
<div class="rightColumn" style=" float: right;  position: absolute;  top: 0; right: 0; padding:1%; width: 38%; ">
<!-- 右欄 -->{{{right}}}
<!-- 右欄 -->{{{right}}}
</div>
</div>


</div>
</div>
<div style="clear:both;">&nbsp;</div>
<div style="clear:both;">&nbsp;</div>

Latest revision as of 01:28, 10 August 2015

{{{left}}}

{{{right}}}