79666437

Date: 2025-06-15 09:27:51
Score: 1.5
Natty:
Report link

here is a simple option, just add these two lines to your CSS

details > div {
   border-radius: 0 0 10px 10px;
   box-shadow: 3px 3px 4px gray;
}

see a working example on my test site

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ReynaldN