v2.5.2
Giriş yap

Sayfayı yukarı kaydır butonu

rephp7
1,727 defa görüntülendi ve 1 kişi tarafından değerlendirildi

Bootstrap 4, php7 ile kodlamaya çalıştığım siteme sayfayı yukarı kaydırma butonu eklemek istiyorum.
Güzel bir örnek önerebilir misiniz?

mami
1031 gün önce
.up-btn{
    position: fixed;
    right: 25px;
    bottom: 25px;
    background: linear-gradient(145deg, pink, purple);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transform: rotateZ(270deg);
    cursor: pointer;
    box-shadow: 0 0 5px #000000e9;
    border: 0;
}

html:


    <a href="#" class="up-btn">></a>