How to give border to any element using css without adding border-width to the whole width of element?

outline:1px solid white;

This won’t add the extra width and height.

Leave a Comment