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 -->