I want to create a close button using CSS only.
I\'m sure I\'m not the first to do this, so does anyone know which font has an \'x\' the same width as height, so that it
This is for people who want to make their X small/big and red!
X
HTML:
✖ close ✖
close
CSS:
.red-x { color: red; } .big-x { font-size: 70px; text-align: center; }