קוד כפתור יוני

EMBED

Thu Apr 11 2024 12:37:50 GMT+0000 (Coordinated Universal Time)

Saved by @odesign


.ih-b1 span{ transform: scale(100%); transition: .4s; } .ih-b1:hover span{ transform: scale(95%) } .ih-b1 a::after{ width: calc(100% + 0.1em); height: calc(100% + 0.1em); top: 50%; left: 50%; content: ''; position: absolute; background: none; z-index: 1; border: 2px solid #9E8053 ; border-radius: 0px; transition: .6s; transform: translatex(-50% ) translatey(-50% ); } .ih-b1 a::before{ width: calc(100% + 0.5em); height: calc(100% + 0.5em); top: 50%; left: 50%; content: ''; position: absolute; background: none; z-index: 2; border: 2px solid #9E8053 ; border-radius: 50px; transform: translatex(-50% ) translatey(-50% ); } .ih-b1 a:hover::after{ border-radius: 50px; }