Advertisement
Guest User

Untitled

a guest
Feb 28th, 2015
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.04 KB | None | 0 0
  1. *{margin: 0; padding: 0; overflow:hidden;}
  2. body{
  3. background-image:url(bg.jpg);
  4. }
  5. .FreedomCodes{
  6. width:50%;
  7. height:20%;
  8. font-family:Rock Elegance;
  9. font-size:50px;
  10. color:blue;
  11. position:absolute;
  12. left:35%;
  13. top:5%;
  14. }
  15. #Nav{
  16. background-color:transparent;
  17. width:120px;
  18. height:900px;
  19. }
  20. #b1 li{
  21. border:2px solid blue;
  22. border-radius:5px;
  23. background-color:transparent;
  24. list-style:none;
  25. position:absolute;
  26. left:70px;
  27. top:90px;
  28. font-size:30px;
  29. font-family: Rock Elegance;
  30. color:Green;
  31. }
  32. #b1 li:hover{
  33. background-color:gray;
  34. }
  35. #b2 li{
  36. border:2px solid blue;
  37. border-radius:5px;
  38. background-color:transparent;
  39. list-style:none;
  40. position:absolute;
  41. left:14px;
  42. top:150px;
  43. font-size:30px;
  44. font-family: Rock Elegance;
  45. color:Green;
  46. }
  47. #b2 li:hover{
  48. background-color:gray;
  49. }
  50. /*.imageArea{
  51. width:125px;
  52. height:125px;
  53. background-image:url(logo4.png);
  54. background-repeat:no-repeat;
  55. }*/
  56.  
  57. .buttons li:hover{
  58. background-color:gray;
  59. }
  60. #textBody{
  61. color:Black;
  62. font-family:Arial;
  63. font-size:20px;
  64. position:absolute;
  65. left:23%;
  66. top:20%;
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement