• 18-05-2016, 11:03:33
    #1
    Platin üye


    ben html ile yaptım fakat bu şekilde oldu. yardım edermisiniz ?
  • 18-05-2016, 11:24:53
    #2
    hocam kutuların koduna şunları ekleyin.

    box-sizing:border-box;
    padding:20px;
    text-align:center;
    width: 200px; * Üstteki kutunun genişliği
    height:100px; * Üstteki kutunun yüksekliği
  • 18-05-2016, 11:57:03
    #3
    kadersiz35 adlı üyeden alıntı: mesajı görüntüle


    ben html ile yaptım fakat bu şekilde oldu. yardım edermisiniz ?
    .box {width: 152px;height: 81px;float: left;font-size: 14px;font-family: 'Open Sans', sans-serif;font-weight: 300;color: #fff;text-align: center;}
    .box > span {display: block;margin-top: 20px;}
    .box.box1 {background: #603cba;}
    .box.box2 {background: #f47835;}
    .box.box3 {background: #d41243;}
    .box.box4 {background: #8ec127;}
    .box.box5 {background: #444444;}
    .box.box6 {background: #00aba9;}
    <!-- Box -->
    <div class="box box1">
    	<span>Instagram Aktif <br />Türk Takipçi</span>
    </div>
    <!--#Box -->
    <!-- Box -->
    <div class="box box2">
    	<span>Instagram Aktif <br />Türk Bayan Takipçi</span>
    </div>
    <!--#Box -->
    <!-- Box -->
    <div class="box box3">
    	<span>Instagram Yabancı <br />Bot</span>
    </div>
    <!--#Box -->
    <!-- Box -->
    <div class="box box4">
    	<span>Instagram <br />Otomatik Beğeni</span>
    </div>
    <!--#Box -->
    <!-- Box -->
    <div class="box box5">
    	<span>Instagram Tek <br />Fotoğraf Beğeni</span>
    </div>
    <!--#Box -->
    <!-- Box -->
    <div class="box box6">
    	<span>Instagram Video <br />Görüntüleme</span>
    </div>
    <!--#Box -->
  • 18-05-2016, 21:52:45
    #4
    Platin üye
    sorunum çözülmüştür. Herkeze çok teşekkür ederim.