Guest User

Untitled

a guest
May 23rd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. /**
  2. * Badge test 2
  3. */
  4.  
  5. body {background: black;
  6. min-height: 100%; }
  7.  
  8. .badge {
  9. background: #CE0000;
  10. background: -moz-radial-gradient(center, #CE0000 0%, #6F088D 50%, #000000 100%);
  11. background: -webkit-radial-gradient(center, #CE0000 0%, #6F088D 50%, #000000 100%);
  12. background: radial-gradient(ellipse at center, #CE0000 0%, #6F088D 50%, #000000 100%);
  13. width: 425px;
  14. height: 250px;
  15. color:#FFFFFF;
  16. background-color: #3a50d9;
  17. }
Add Comment
Please, Sign In to add comment