— 1 KudosPinned
Woof!
Category: Web, HTML, Tech
@keyframes throb { 0% {transform: scale(1);} 50% {transform: scale(0.95);} 100% {transform: scale(1);} } #nos { background-image: url(https://heckscaper.com/aminals/main/nitro/gfx_nos.png); width: 205px; height: 260px; position: relative; z-index: 1; margin-left: 35%; margin-top: 0px; animation-name: throb; animation-duration: 2s; animation-iteration-count: infinite; animation-timing-function: eas... » Continue Reading