i tried to use marging left but still not working can any
<div style="width: 100%;">
    <div  height: 100px;  background: green;"> 
        Left Div 
    </div>
    <div style="margin-left: 50%; height: 100px; background: blue;"> 
        Right Div
    </div>
</div>