Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. /**
  2. * The first commented line is your dabblet’s title
  3. */
  4. chip {
  5. box-shadow: inset 0 0 0 2px green;
  6. border-radius: 50px;
  7. display: inline-block;
  8. background: orange;
  9. }
  10. user {
  11. padding: 10px
  12. }
  13. left-icon {
  14. border-radius: 50px 0 0 50px;
  15. box-shadow: inset 0 0 0 2px yellow;
  16. background: blue;
  17. display: inline-block;
  18. padding: 10px
  19. }
  20. right-icon {
  21. border-radius: 0 50px 50px 0;
  22. box-shadow: inset 0 0 0 2px red;
  23. background: pink;
  24. display: inline-block;
  25. padding: 10px
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement