0%

image

  1. Tutorial Code to rotate the member's image

    to install Copy the following code to the extra.less template .avatar{ width: 96px; height: 96px; border-radius: 4px; padding: 2px; transition: border-radius 1s ease; border: 1px solid hsl(205,54%,77%); &:hover { border-radius: 50% !important...
Back
Top Bottom