css rotate a pseudo :after or :before content:""
https://stackoverflow.com/questions/9779919/css-rotate-a-pseudo-after-or-before-content
#whatever:after {
content: "\24B6";
display: inline-block;
transform: rotate(30deg);
}
PreviousSocial Media Icons hover effect (ok)NextHiệu ứng ảnh tự zoom, animation, scale phần 1 full (ok)
Last updated
Was this helpful?