Advertisement
radiantvictor

info code

Jul 25th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. #info {
  2. font-family:arial;
  3. width:90px;
  4. height:40px;
  5. margin-left:150px;
  6. margin-top:5px;
  7. padding-top:1px;
  8. padding:4px;
  9. font-style:normal;
  10. -moz-transition-duration:0.5s;
  11. -webkit-transition-duration:0.5s;
  12. -o-transition-duration:0.5s;
  13. border-left:3px double #515151;
  14. }
  15.  
  16. #info a {
  17. color: {color:info}
  18. font-style:normal;
  19. }
  20.  
  21. #info1 {
  22. margin-left:50px;
  23. margin-top:5px;
  24. font-size:24px;
  25. -webkit-transform: rotate(30deg);
  26. -o-transform: rotate(30deg);
  27. -moz-transform: rotate(30deg);
  28. }
  29.  
  30. #info2 {
  31. margin-left:-3px;
  32. margin-top:-40px;
  33. font-size:18px;
  34. -webkit-transform: rotate(-50deg);
  35. -o-transform: rotate(-50deg);
  36. -moz-transform: rotate(-50deg);
  37. }
  38.  
  39. #info3 {
  40. margin-left:30px;
  41. margin-top:30px;
  42. font-size:32px;
  43. -webkit-transform: rotate(10deg);
  44. -o-transform: rotate(10deg);
  45. -moz-transform: rotate(10deg);
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement