21-08-2017 Saat: 02:54
Merhaba. Bugün css ile sade rank yapıcağız.
Html yazılması gereken kod ;
Css yazılması gereken kod ;
Demo ; https://codepen.io/bretowskin/pen/PKRJyv
Html yazılması gereken kod ;
Kod:
<div class="rank">Yazılacak Yazı</div>
Css yazılması gereken kod ;
Kod:
.rank {
background-color:#666666; /* Arkaplan Rengi */
color:white;/*Renk*/
width:200px;/* Genişlik */
heigt:200px; /* Yükseklik */
padding:10px;
text-align:center;/* Ortalamak İçin */
font-family:Century Gothic ;/* Font */
border:3px solid #464646 ;/*çerçeve */
border-radius:10px 0px 10px 0px ; /* çerçeveyi yatay yapmak için . */
}
Demo ; https://codepen.io/bretowskin/pen/PKRJyv
yaratıldım şimdi ne yapıcam ben