Guest User

Untitled

a guest
Feb 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. /**
  2. * Scoop corners
  3. */
  4.  
  5. div.circle {
  6. background: #58a;
  7. background: radial-gradient(circle at 0px 10px, transparent 11px, #58a 0) -1px top,
  8. radial-gradient(circle at 100% 10px, transparent 11px, #58a 0) top right;
  9. background-repeat: no-repeat;
  10. background-size: 52% 100%;
  11. height: 20px;
  12.  
  13. color: white;
  14. font: 130%/1.6 Baskerville, Palatino, serif;
  15. }
  16.  
  17.  
  18. div{
  19.  
  20. }
  21. div:first-child, div:last-child{
  22. height: 60px;
  23. background: #58a;
  24. border-radius:5px;
  25. }
Add Comment
Please, Sign In to add comment