Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.38 KB | None | 0 0
  1.  
  2. nav {
  3. width : 75%;
  4. margin : auto;
  5. height: 50px;
  6. }
  7. nav a {
  8. background-color:#c0d5c2 }
  9.  
  10. nav > div{
  11. background-color: #5BBDBF;
  12. display: inline;
  13. }
  14. nav>div:first-child {border-left:none;}
  15. h3 {
  16.   font-style:italic;
  17.   color:white;
  18.   border: 1px solid #CCCCCC;
  19. }
  20.  
  21. h2 {
  22. font-family: Arial;
  23. line-height:300%;
  24. text-align:center;
  25. color:white;
  26. padding: 10px;
  27. }
  28.  
  29.  body{
  30. background-color:#dddddd ;
  31. text-align:center;
  32. line-height:150%;
  33. text-indent:5px;
  34. width : 600px;
  35. margin: auto;
  36. }
  37. img {
  38. text-align:center;
  39. }
  40. m {
  41. height:300px;
  42. }
  43. a {
  44. text-decoration: none;
  45. padding : 0 10px;
  46. border-left: 2px solid black;
  47. }
  48. a:visited {color:#0088FF}
  49. a:hover {color: orange;}
  50. thead {
  51. background-color: #00AAFF
  52. }
  53. p {
  54. margin-top: 15px;
  55. margin-bottom: 15px;
  56. text-align:left;
  57. }
  58. .paire {
  59. background-color:#5BBDBF ;
  60. }
  61. .impaire {
  62. nav {
  63. width : 75%;
  64. margin : auto;
  65. height: 50px;
  66. }
  67. nav a {
  68. background-color:#c0d5c2 }
  69.  
  70. nav > div{
  71. background-color: #5BBDBF;
  72. display: inline;
  73. }
  74. nav>div:first-child {border-left:none;}
  75. h3 {
  76.   font-style:italic;
  77.   color:white;
  78.   border: 1px solid #CCCCCC;
  79. }
  80.  
  81. h2 {
  82. font-family: Arial;
  83. line-height:300%;
  84. text-align:center;
  85. color:white;
  86. padding: 10px;
  87. }
  88.  
  89.  body{
  90. background-color:#dddddd ;
  91. text-align:center;
  92. line-height:150%;
  93. text-indent:5px;
  94. width : 600px;
  95. margin: auto;
  96. }
  97. img {
  98. text-align:center;
  99. }
  100. m {
  101. height:300px;
  102. }
  103. a {
  104. text-decoration: none;
  105. padding : 0 10px;
  106. border-left: 2px solid black;
  107. }
  108. a:visited {color:#0088FF}
  109. a:hover {color: orange;}
  110. thead {
  111. background-color: #00AAFF
  112. }
  113. p {
  114. margin-top: 15px;
  115. margin-bottom: 15px;
  116. text-align:left;
  117. }
  118. .paire {
  119. background-color:#5BBDBF ;
  120. }
  121. .impaire {
  122. background-color: #FF5850;
  123. }
  124. .p1 {
  125. width: 300px;
  126. height: 300px;
  127. float: right
  128. }
  129. .skill {
  130. color:red;
  131. font-style: italic;
  132. }
  133. .nonskill {
  134. color: #640051;
  135. }
  136. .blanc {
  137. background-color:white; }
  138. .gris {
  139. background-color:#CCC; }
  140. table .skill {
  141. margin-left: 2,5px;
  142. margin-right: 2,5px;
  143. text-align: center;
  144. }
  145. .jeune {
  146. float:left}
  147.  
  148. background-color: #FF5850;
  149. }
  150. .p1 {
  151. width: 300px;
  152. height: 300px;
  153. float: right
  154. }
  155. .skill {
  156. color:red;
  157. font-style: italic;
  158. }
  159. .nonskill {
  160. color: #640051;
  161. }
  162. .blanc {
  163. background-color:white; }
  164. .gris {
  165. background-color:#CCC; }
  166. table .skill {
  167. margin-left: 2,5px;
  168. margin-right: 2,5px;
  169. text-align: center;
  170. }
  171. .jeune {
  172. float:left}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement