Add content to text input

<input type="email" size="61" class="focus">

.focus {border: 1px solid red;outline: none;}

.focus:before{
content: "X";
position: relative;
top: -24px;
left: 500px;
color: red;
}

How can I get the X mark to show up in the text box?

from HTML & Website Design http://ift.tt/1X7IwRk
via IFTTT
Previous
Next Post »
Thanks for your comment