Skip to content

Instantly share code, notes, and snippets.

@coffeesam
Created March 3, 2020 04:38
Show Gist options
  • Save coffeesam/aa944a3c75b8e9a25924bc253e51a917 to your computer and use it in GitHub Desktop.
Save coffeesam/aa944a3c75b8e9a25924bc253e51a917 to your computer and use it in GitHub Desktop.

Revisions

  1. coffeesam renamed this gist Mar 3, 2020. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. coffeesam created this gist Mar 3, 2020.
    4 changes: 4 additions & 0 deletions Stripe box shadow
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 30px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0,0,0,.3), 0 -12px 36px -8px rgba(0,0,0,.025);
    box-shadow: 0 30px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0,0,0,.3), 0 -12px 36px -8px rgba(0,0,0,.025);