SyntaxFix
Write A Post
Hire A Developer
Questions
The most simple solution and easiest way is to add shadow for all four side. CSS
box-shadow: 0 0 2px 2px #ccc; /* with blur shadow*/ box-shadow: 0 0 0 2px #ccc; /* without blur shadow*/