Advertisement
Guest User

Untitled

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