Advertisement
Guest User

Untitled

a guest
Mar 17th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. /* Styles for the Page Header */
  2.  
  3.  
  4.  
  5. header {
  6.  
  7. background-color: rgb(55, 55, 55);
  8.  
  9. display: block;
  10.  
  11. inline: 4em;
  12.  
  13. margin: 0px;
  14.  
  15. padding: 0px;
  16.  
  17. text-align: center;
  18.  
  19. width: 55em;
  20.  
  21. }
  22.  
  23.  
  24.  
  25. /* General Navigation List Style */
  26.  
  27.  
  28.  
  29. nav {
  30.  
  31. background-color: rgb(51, 51, 51);
  32.  
  33. display: block;
  34.  
  35. float: left;
  36.  
  37. margin: 0px;
  38.  
  39. padding: 0px;
  40.  
  41. text-decoration: none;
  42.  
  43. width: 15em;
  44.  
  45. }
  46.  
  47.  
  48.  
  49.  
  50.  
  51. nav li {
  52.  
  53. font-family: Century Gothic;
  54.  
  55. font-size: 0.7em;
  56.  
  57. line-height: 1.4em;
  58.  
  59. margin-bottom: 1.4em;
  60.  
  61. margin-left: 1em;
  62.  
  63. }
  64.  
  65.  
  66.  
  67. nav li a {
  68.  
  69. color: rgb(212, 212, 212);
  70.  
  71. }
  72.  
  73.  
  74.  
  75. nav li a:hover {
  76.  
  77. color: white;
  78.  
  79.  
  80.  
  81. /* General Section List */
  82.  
  83.  
  84.  
  85. section {
  86.  
  87. display: block;
  88.  
  89. margin: 0px;
  90.  
  91. padding: 0px;
  92.  
  93. }
  94.  
  95.  
  96.  
  97. /* Article styles */
  98.  
  99.  
  100.  
  101. #story article {
  102.  
  103. background-color: rgb(212, 212, 212);
  104.  
  105. float: left;
  106.  
  107. font-family: Palatino Linotype;
  108.  
  109. width: 40em;
  110.  
  111. }
  112.  
  113.  
  114.  
  115. #story article hgroup h1 {
  116.  
  117. background-color: (51, 51, 51);
  118.  
  119. color: (212, 212, 212);
  120.  
  121. font-size: 2em;
  122.  
  123. text-align: center;
  124.  
  125. }
  126.  
  127.  
  128.  
  129. img {
  130.  
  131. float: right;
  132.  
  133. height: 4em;
  134.  
  135. margin-right: clear;
  136.  
  137. }
  138.  
  139.  
  140.  
  141. #story article p {
  142.  
  143. font-size: 0.9em;
  144.  
  145. margin: 1em;
  146.  
  147. }
  148.  
  149.  
  150.  
  151. #story article p {
  152.  
  153. float: left;
  154.  
  155. font-size: 4em;
  156.  
  157. height: 0.8em;
  158.  
  159. margin-right: 0.3;
  160.  
  161. padding-right: 0.2;
  162.  
  163. padding-bottom:0.2;
  164.  
  165. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement