Google: show results as cards
Wraps each organic result in a separate bordered card with a soft shadow to clearly separate them.
Code to copy
/* Give each organic result a clean separated card look */
#rso > div.MjjYud {
background: #fff !important;
border: 1px solid #ebebeb !important;
border-radius: 10px !important;
padding: 14px 16px !important;
margin-bottom: 14px !important;
box-shadow: 0 1px 3px rgba(0,0,0,0.06) !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.