Guest User

Untitled

a guest
Jan 15th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
  2. -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
  3. box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
  4.  
  5. .myClass {
  6. -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
  7. -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
  8. box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
  9. behavior: url(/PIE.htc);
  10. }
Add Comment
Please, Sign In to add comment