Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. body
  2. {
  3. background:#000000;
  4. }
  5.  
  6. A
  7. {
  8. font-family:"Tahoma";
  9. font-size: 15px;
  10. text-decoration:none;
  11. background:black;
  12. color:red;
  13. width:125px;
  14. height:25px;
  15. text-align:center;
  16. border:1px solid red;
  17. }
  18.  
  19. A:HOVER
  20. {
  21. font-family:"Tahoma";
  22. font-size: 15px;
  23. text-decoration:none;
  24. background:yellow;
  25. color:red;
  26. width:125px;
  27. height:25px;
  28. text-align:center;
  29. border-left:15px solid red;
  30. }
  31.  
  32. UL
  33. {
  34. list-style-type:none;
  35. }
  36.  
  37. LI
  38. {
  39. display:inline;
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement