Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. body {
  2. font-family: Verdana, Arial, Helvetica, sans-serif;
  3. font-size: 13px;
  4. color:#333
  5. padding: 10px;
  6. }
  7.  
  8. #wrapper {
  9. margin: 0 auto;
  10. width: 1000px;
  11. }
  12.  
  13. #header {
  14. float: left;
  15. height: auto;
  16. width: 1000px;
  17. background: #FF6633;
  18. }
  19.  
  20. #navigation {
  21. float: left;
  22. height: 50px;
  23. width: 1000px;
  24. background: #FFCC33;
  25. }
  26.  
  27. #c
  28. text-alien: right;ontent {
  29. float: left;
  30. background: #FFFFFF;
  31. width: auto;
  32. }
  33.  
  34. #leftcolumn {
  35. background: #33CCFF;
  36. width: 250px;
  37. float: left;
  38. padding-left: 15px;
  39. }
  40.  
  41. li {
  42. display: inline;
  43. }#footer {
  44. height: 40px;
  45. width: 1000px;
  46. background: #33FF66;
  47. clear: both;
  48. }
  49.  
  50. ul.lcc {
  51.  
  52.  
  53. list-style-type: none;
  54. margin: 0;
  55. padding: 0;
  56. width: 250px;
  57. background-color: #blue;
  58. padding: 0 0 0 0;}
  59.  
  60. li.lcc a {
  61. display: block;
  62. color: #000;
  63. padding: 8px 16px;
  64. text-decoration: none;
  65. }
  66. li.lcc a:hover {
  67. background-color: #333555;
  68. color: white;
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement