<!DOCTYPE html> <html> <head> <style> label{ cursor:pointer; } label:before{ content:"\02261"; font-size:40px; color:rgba(150,150,150,1); } </style> </head> <body> <label></label> </body> </html>
Run
×
Share