HTML duyarlı,elastik div kodu kullanımı örneği (HTML responsive div code usage example)

buraya tıklayınız. [code language=”html”] <div style="width: 100%"> <div style="width: 380px; float: left; border: 1px;"> <span>span01</span> </div> </div> <div style="width: 100%"> <div style="width: 380px; float: left; border: 1px;"> <span>span03</span> </div> </div> <div style="width: 100%"> <div style="width: 380px; float: left; border: 1px;"> <span>span03</span> </div> </div> <div style="width: 100%"> <div style="width: 380px; float: left; border: 1px;"> <span>span04</span> </div> </div> [/code]]]>

Leave a Reply

Your email address will not be published. Required fields are marked *