ramona's profile picture

Published by

published

Category: Web, HTML, Tech

turn profile picture into inverse pentagram!

Made a inverse pentagram CSS clip! the code is:



<style>   .general-about .profile-pic img{

clip-path: polygon(51.87% 26.93%, 85.79% 2%, 71.82% 39.9%, 96.83% 59.85%, 64.84% 59.85%, 51.87% 96.76%, 37.91% 59.85%, 5.99% 59.85%, 30.92% 39.9%, 17.96% 2.89%);

width: 140px;

animation: shake 2s;

    animation-iteration-count: infinite;

}

</style>


please comment if using!


3 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )