Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Jen 1,230

    @En-Jen

    Submitted

    Just wondering if anyone has any tips for creating perfectly circular borders around icons and centering the icon in the middle of the border while still being able to click on the space between the icon and the border and have it act as a button. The way I coded it results in perfect circular borders with the icon perfectly centered, but the space between the icon and the border isn't clickable. Any other feedback on my code would also be greatly appreciated!

    Pankaj 0

    @pankaj485

    Posted

    give it some class and inside the class add ( border-radius : 50% ; ) to keep it on the center add the ( margin:auto ; ) property or ( text-align:center; )

    0