Antrium A35D

Bir sonraki için en iyisini yap...

Css hover before

Kod aşağıda mevcuttur.

.cl2 a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    height: 2px;
    background: currentColor;
    width: 0;
    margin: 0 auto;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.cl2 a:hover::before {
    width: 100% !important;
}

175 Okunma | 15.11.2023 15:52

YORUMLAR

Yorum Yaz
Hüseyin ÖZKAN Yazılım Uzmanı

C#,MVC,MSSQL,Windows Forms