border animation2
@keyframes rotate { 100% { transform: rotate(1turn); } } .justwow { position: relative; z-index: 0; width: 350px; height: 350px; border-radius: 10px; overflow: hidden; padding: 2rem; &::before { content: ”; position: absolute; z-index: -2; left: -50%; top: -50%; width: 200%; height: 200%; background-color: #399953; background-repeat: no-repeat; background-size: 50% 50%, 50% 50%; background-position: 0 0, 100% 0, […]


