Ekran Görüntüsü :




Kod:
<div class="WordS"><font color="#7D7D7D">Yetkili Alımları Başlamıştır..</div>
Kod:
.WordS {
background-color: #15D3E4;
font-weight: bold;
height: 15px;
width: 900px;
line-height: 15px;
padding: 10px 20px 10px 20px;
font-family: Segoe UI, 'Comic Sans Ms' 3px;
border-bottom-color: #819B9D;
border-bottom-style: dashed;
border-bottom-width: 2px;
border-radius: 10px ;
}
.WordS:hover {
border-radius: 15px;
background: #18E0F2;
transition: 1s;
}