skip to Main Content

Swipe hand icon animation with CSS – Html

html { background: #4F4F4F; } .path { content: ""; width: 20px; height: 20px; position: absolute; background: rgba(149, 147, 241, 0.5); border-radius: 40px; top: 28px; left: 78px; } .hand-icon { position: relative; background-image: url('https://i.postimg.cc/8556gm60/hand.png'); background-repeat: no-repeat; background-position: center; width: 100px; height:…

VIEW QUESTION
Back To Top
Search