Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. html{
  2. margin:0;
  3. padding:0;
  4. }
  5. body{
  6. font-family:Verdana,Arial,Helvetica;
  7. font-size:14px;
  8. color:gray;
  9. line-height:18px;
  10. background-image: url("../Images/arriereplanpage.jpg");
  11. background-repeat:repeat-y;
  12. }
  13. h1,h2,h3,h4,h5,h6{
  14. font-weight:bold;
  15. color:black;
  16. }
  17. header{
  18. background-image:url("../Images/entete.jpg");
  19. background-repeat:no-repeat;
  20. background-position:left top;
  21. width:100%;
  22. height:200px;
  23. }
  24. header h2{
  25. font-style:italic;
  26. }
  27. #menuhorizontal{
  28. background-color:black;
  29. color:white;
  30. width:100%;
  31. }
  32. #menuvertical{
  33. background-color:darkgray;
  34. color:lightgray;
  35. }
  36. article h2{
  37. text-decoration:underline;
  38. }
  39. aside{
  40. background-image:url("../Images/arriereplanaside.jpg");
  41. background-repeat: repeat-y;
  42. }
  43. footer{
  44. background-color:black;
  45. color:white;
  46. }
  47. a:link{
  48. color:gray;
  49. }
  50. a:visited{
  51. color:gray;
  52. }
  53. a:hover{
  54. color:black;
  55. }
  56. a:active{
  57. color:black;
  58. }
  59. #menuhorizontal ul{
  60. list-style-type:none;
  61. }
  62. #menuhorizontal li{
  63. float:left;
  64. text-decoration:none;
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement