Skip to content

CSS: Glowing Text Field & Textarea on Focus State

here is example css script to make glowing border (like neon effect) on text field and textearea field

input[type=”text”]:focus, textarea:focus {
box-shadow: 0px 0px 9px 1px #499BCA;
}

Share

One Comment

Leave a Reply

Your email address will not be published. Required fields are marked *