Advertisement
tsunotaro

inset shadow

Feb 6th, 2024
619
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <style>
  2.  
  3. #hi {
  4. width: 200px;
  5. height: 200px;
  6. border-style: solid;
  7. background: #fff;
  8. box-shadow: inset 0 -5px 10px #A9A9A9 , inset 0 -5px 18px #A9A9A9 ;
  9. </style>
  10.  
  11. <div id="hi"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement