Advertisement
ofcuteboys

CSS code

Jan 2nd, 2014
779
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. #thing to be clicked {
  2. width:160px;
  3. padding-top:5px;
  4. padding-bottom:5px;
  5. padding-right:10px;
  6. height:15px;
  7. font-weight:bold;
  8. text-align:right;
  9. color:black;
  10. font-family:arial;
  11. font-size:20px;
  12. cursor:help;
  13.  
  14. }
  15.  
  16.  
  17.  
  18.  
  19. #thing to be shown,#thing to be clicked
  20. {
  21. padding-top:5px;
  22. text-align:center;
  23. width:160px;
  24. }
  25.  
  26. #thing to be shown
  27. {
  28. display:none;
  29. background:#fff;
  30. font-weight:bold;
  31. font-family:calibri;
  32. font-size:10px;
  33. color:black;
  34. width:160px;
  35. margin-top:10px;
  36. padding:5px;
  37.  
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement