Advertisement
kakatoji0

toji.css

Sep 23rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. body {
  2. background-color: black;
  3. }
  4.  
  5. #canvas{
  6. border:3px solid red;
  7. background-color: black;
  8. border-radius:0%;
  9. background:linear-gradient(blue,lightblue,white,white,green);
  10. }
  11.  
  12. .jconfirm .jconfirm-box.jconfirm-animation-news{
  13. // the animation name is bob
  14. transform: rotate(400deg) scale(0);
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement