Remove active link borders


/ Published in: CSS
Save to your folder(s)

This will remove dotted outline from focused or active links.


Copy this code and paste it in your HTML
  1. a:active, a:focus { outline: none; }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.