есть разметка, на фивах, проблема в том что не могу поставить отступ между двумя строками
| Код | <div style="clear:both;"> <div style="margin-right:350px; margin-bottom:20px;"> <div style="background:rgb(96,93,92); position:relative; float:left; width:100%; height:110px;"> </div> <div style="background:rgb(255, 0,35); position:relative; float:left; width:350px; margin-right:-100%; height:110px;"> </div> </div> </div> <div style="margin-top:10px;clear:both;"> <div style="margin-right:350px; margin-top:20px;"> <div style="background:rgb(96,93,92); position:relative; float:left; width:100%; height:110px;"> </div> <div style="background:rgb(255, 0,35); position:relative; float:left; width:350px; margin-right:-100%; height:110px;"> </div> </div> </div>
|
Есть ли возможность решить? Заранее спасибо |