Sayfayı yukarı kaydır butonu
Bootstrap 4, php7 ile kodlamaya çalıştığım siteme sayfayı yukarı kaydırma butonu eklemek istiyorum.
Güzel bir örnek önerebilir misiniz?
.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>