"Basit div şablon"
Bootstrap 3.0.0 Snippet by cevdetk

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <body > <div class="container"> <div id="banner"> <img src="https://marketplace.canva.com/MAByHml6Ko4/1/0/thumbnail_large/canva-mother%27s-day-email-header-MAByHml6Ko4.jpg" width="930px" height="200px"> </div> <div id="logo"> <img src="https://www.w3schools.com/css/paris.jpg" width="200px" height="200px"> </div> <header> <div id="menu"> <ul> <li> <a href="">Anasayfa </a> <a href="">Hakkımızda </a> <a href="">Blog </a> <a href="">İletişim </a> </li> </ul> </div> </header> <div id="solicerik"> <img src="https://www.w3schools.com/css/paris.jpg" width="200px" height="200px"> </div> <div id="sagicerik"> <img src="https://www.w3schools.com/css/paris.jpg" width="200px" height="200px"> </div> </div> </body>
body{ background-color:green; background-image:url('/Users/durakokullari/Desktop'); } #banner{ width:930px ; height:200px; background-color:red; float:right; } #logo{ width:200px ; height:200px; background-color:yellow; float:left; } #menu{ width:1140px ; height:25px; background-color:pink; float:left; margin:10px 0px 10px 0px; } #solicerik{ width:790px ; height:1000px; background-color:orange; float:left; margin:0px 10px 0px 0px; } #sagicerik{ width:340px ; height:500px; background-color:#ffe203; float:left; } ul,li,a { list-style-type:none; color:#fff; margin-top:3px; } a{ border-style:solid; margin:0px 2px ; border-width:2px; border-color:yellow; background-color:orange;
//////////////////////////////// //////////////////////////////// //////////////////////////////// //////////////////////////////// ////////////////////////////////

Related: See More


Questions / Comments: