Advertisement
Guest User

m

a guest
Apr 23rd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. #headerwrap {
  2. margin:60px;
  3. margin:50px;
  4. padding:40px;
  5. overflow:hidden;
  6. }
  7. #headerlogo {
  8. margin:65px;
  9. padding:65px;
  10. float:left;
  11. }
  12. #headertel {
  13. margin:40px;
  14. padding:25px;
  15. float:right;
  16. }
  17. ul {
  18. list-style-type: none;
  19. margin:0px;
  20. padding:0px;
  21. overflow:hidden;
  22. }
  23. li {
  24. display:block;
  25. float:left;
  26. width: 140px;
  27. height: 20px;
  28. margin: 15px;
  29. border: 3px solid #F89200;
  30. font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
  31. text-align: center;
  32. font-weight: bold;
  33.  
  34.  
  35. }
  36. a {
  37. display: block;
  38. width: 100px;
  39. }
  40.  
  41. h1{
  42. font-family:Ariel,helvetica,sans-serif;
  43. font-size:xx-large;
  44. font-weight: bold;
  45. text-align: center;
  46. }
  47.  
  48. p {
  49. font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  50. font-size: bold;
  51. font-weight:normal;
  52. }
  53.  
  54. #footer{
  55. clear: both;
  56. position: relative;
  57. z-index: 10;
  58. height: 3em;
  59. margin-top: 1em;
  60. width: 100%;
  61. }
  62.  
  63. #footer-right{
  64. float: left;
  65. width: 50%;
  66. height: 3em
  67. }
  68. h1 {
  69. font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  70. font-weight: bold;
  71. }
  72.  
  73. p {
  74. font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif" Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
  75. font-weight: 500;
  76. }
  77.  
  78. body {
  79. background-color: lemonchiffon;
  80. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement