Advertisement
Guest User

style.css

a guest
Feb 20th, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.82 KB | None | 0 0
  1. #bloc_page
  2. {
  3.     width: 900px;
  4.     margin: auto;
  5. }
  6.  
  7. nav  /*First Box*/
  8. {
  9.     background-color: grey;
  10.     padding: 10px;
  11.     height: 350px;
  12.     width: 900px;
  13.     margin: auto;
  14. }
  15.  
  16. li
  17. {
  18.     display: inline-block;
  19.     color: white;
  20.     margin: 10px;  
  21. }
  22.  
  23. ul
  24. {
  25.     border: 2px solid black;
  26.     background-color: black;
  27.     margin-top: -9px;
  28.     margin-right: -9px;
  29.     margin-left: -9px;
  30.     height: 60px;
  31. }  
  32.  
  33. .color
  34. {
  35.     margin: 1px;
  36.     padding: 20px;
  37.     height: 18px;
  38.     background-color: grey;
  39.     border: 3px solid grey;
  40. }
  41.  
  42. section h2
  43. {
  44.     text-align: center;
  45. }
  46.  
  47. article
  48. {
  49.     display: inline-block;
  50. }
  51.  
  52. .carousel
  53. {
  54.     background-color: grey;
  55.     border: 0px solid black;
  56.     padding: 10px;
  57.     margin: 13px;
  58.     width: 250px;
  59.     height: 300px;
  60.  
  61. }
  62.  
  63. footer
  64. {
  65.     background: url('separateur.png') repeat-x top;
  66. }
  67.  
  68. form
  69. {
  70.     text-align: center;
  71. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement