Sometimes, when I click on someone’s logo, I see that little dotted border around the image. Personally, I think it looks a bit messy (why would you want to highlight the image when you click on it?):

There is a very easy CSS trick to remove that little border:
a { outline: none; }
Now, you try and see :)
No comments:
Post a Comment