Advertisement
Guest User

Untitled

a guest
Sep 9th, 2015
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.54 KB | None | 0 0
  1.  
  2. button
  3. {
  4. background-color: Transparent;
  5.     background-repeat:no-repeat;
  6.    
  7.  
  8.  
  9.  
  10. }
  11. .guide1
  12. {
  13. position:absolute;
  14.  
  15. right :10px;
  16. bottom :10px;
  17.  
  18. }
  19. .guide2
  20. {
  21. position:absolute;
  22. left :10px;
  23. bottom :10px;
  24. }
  25.  
  26. .tai1
  27. {
  28. width : 100px;
  29. height :80px;
  30.  
  31. }
  32. .tai2
  33. {
  34. height : 100px;
  35. width :90px;
  36. }
  37. .btnd
  38. {
  39. border-width: 5px 0px 5px 5px;
  40.  
  41. }
  42. .btng
  43. {
  44. border-width: 5px 5px 5px 0px;
  45.  
  46. }
  47. .btnh
  48. {
  49. border-width: 5px 5px 0px 5px;
  50. }
  51. .btnb
  52. {
  53. border-width: 0px 5px 5px 5px;
  54. }
  55. button:active
  56. {
  57. background : #eeeeee;
  58.  
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement