Skip to content

Commit

Permalink
playing: Better img shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
busybox11 committed Nov 12, 2023
1 parent 14d125b commit 288ddbe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion playing.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@

<style>
.custom-img-shadow {
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
box-shadow:
0 5px 10px rgba(0, 0, 0, 0.12),
0 10px 20px rgba(0, 0, 0, 0.15),
0 15px 28px rgba(0, 0, 0, 0.18),
0 20px 38px rgba(0, 0, 0, 0.20);
}

[x-cloak] { display: none !important; }
Expand Down

0 comments on commit 288ddbe

Please sign in to comment.