Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. #follow-notification {
  2. display: none;
  3. position: absolute;
  4. top: 0px !impotant;
  5. left: 20px !important;
  6. width: 500px !important;
  7. height: 119px !important;
  8. border-radius: 00px !important;
  9. background-image: url('http://i.imgur.com/BBrPFbb.gif') !important;
  10. background-repeat: no-repeat;
  11. overflow: hidden !important;
  12. }
  13. #follow-notification .followname {
  14. position: absolute !important;
  15. margin-top: 20px !important;
  16. margin-left: 0px !important;
  17. text-align: center !important;
  18. width: 500px !important;
  19. font-size: 40px !important;
  20. font-weight: bold !important;
  21. font-family: impact !important;
  22. color: #00cebb !important;
  23. -webkit-text-stroke-width: 2px;
  24. -webkit-text-stroke-color: #000000;
  25. -webkit-text-fill-color: #FFFFFF;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement