Advertisement
Guest User

Untitled

a guest
Dec 25th, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. .test {
  2. position: absolute;
  3. left: 50px;
  4. top: 50px;
  5. width: 400px;
  6. height: 100px;
  7. border-radius: 10px;
  8. background-image: radial-gradient(circle at center -778px,
  9. transparent 800px, rgba(255,0,0,0.4) 800px),
  10. radial-gradient(circle at center 828px,
  11. transparent 800px, rgba(255,0,0,0.4) 800px);
  12. background-position: center top, center bottom;
  13. background-size: 100% 50%, 100% 50%;
  14. background-repeat: no-repeat;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement