Guest User

Untitled

a guest
Jul 16th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. /**
  2. * Multiple borders
  3. */
  4.  
  5. div {
  6. width: 100px;
  7. height: 60px;
  8. margin: 25px;
  9. background: yellowgreen;
  10. box-shadow:inset 0 0 0 10px #655,
  11. 0 0 0 15px deeppink,
  12. 0 2px 5px 15px rgba(0,0,0,.6);
  13. }
Add Comment
Please, Sign In to add comment