Advertisement
P0L0

style.css

Mar 4th, 2020
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.72 KB | None | 0 0
  1. body {
  2.     margin: 4px;
  3.     font-family: sans-serif;
  4. }
  5.  
  6.  
  7. .Menu{
  8.     list-style: none;
  9.     display: flex;
  10.     background-color: black;
  11.     margin: 0;
  12.     padding-left: 1%;
  13. }
  14. .fellowsContact{
  15.     display: flex;
  16.     white-space: nowrap;
  17. }
  18. .Titre{
  19.     display: flex;
  20.     align-items: center;
  21.     color: white;
  22.     font-size: 130%;
  23.     padding-right: 1%;
  24. }
  25. .FellowsMenu{
  26.     display: flex;
  27.     align-items: center;
  28.     background-color:gainsboro;
  29.     padding-left: 2%;
  30.     padding-right: 2%;
  31.     padding-top: 1%;
  32.     padding-bottom: 1%;
  33.  
  34. }
  35. .ContactMenu{
  36.     display: flex;
  37.     align-items: center;
  38.     color: white;
  39.     padding-left: 2%;
  40.     padding-right: 1%;
  41. }
  42.  
  43.  
  44.  
  45. .carousel {
  46.     background-color: gainsboro;
  47.     padding: 13%;
  48. }
  49.  
  50. .titre2 {
  51.     text-align: center;
  52.     margin: 4%;
  53. }
  54. span{
  55.     font-size: 80%;
  56. }
  57.  
  58. h2 {
  59.     font-weight: lighter;
  60. }
  61.  
  62. article {
  63.     display: inline;
  64.     background-color: gainsboro;
  65.     padding: 16%;
  66.     margin: 10px;
  67.     padding-top: inherit;
  68.     padding-bottom: 420px;
  69. }
  70.  
  71. .art {
  72.  
  73.     padding: 0px;
  74.     height: 470px
  75. }
  76.  
  77. hr {
  78.     margin-top: 130px;
  79.     width: 96%;
  80.     height: 1.2px;
  81.     background-color: black;
  82. }
  83.  
  84. #contactus {
  85.     padding: 30px;
  86.     padding-top: 20px;
  87.     padding-bottom: 10px;
  88. }
  89.  
  90.  
  91.  
  92. .champs {
  93.     width: 100%;
  94.     height: 30px;
  95.     margin: 5px;
  96.     border-width: 1.5px;
  97.     border-color: black;
  98.     padding: 3px;
  99. }
  100.  
  101. .textarea {
  102.     width: 100%;
  103.     height: 90px;
  104.     margin: 5px;
  105.     border-width: 1.5px;
  106.     border-color: black;
  107.     padding: 3px;
  108. }
  109.  
  110. .deroulant {
  111.    
  112.     height: 30px;
  113.     margin: 5px;
  114.     border-width: 1px;
  115.     border-color: black;
  116.     padding: 3px;
  117.     border-radius: 5px;
  118.     width: 100%;
  119. }
  120. form{
  121.     margin-bottom: 3%;
  122. }
  123. .bouton{
  124.     margin-left: 55%;
  125. }
  126. .mail{
  127.     width: 97%;
  128. }
  129.  
  130. .formulaire {
  131.     display: flex;
  132.     flex-direction: column;
  133.     width: 70%;
  134.     margin-left: auto;
  135.     margin-right: auto;
  136.  
  137. }
  138.  
  139. .center{
  140.     display: flex;
  141.     justify-content: center;
  142. }
  143.  
  144.  
  145. .ulfooter{
  146.     list-style-type: none;
  147.     display: flex;
  148.     flex-direction: column;
  149. }
  150. .footListe{
  151.     display: flex;
  152.     color: floralwhite;
  153.     background-color: black;
  154.     justify-content: space-between;
  155. }
  156. .sauron{
  157.     display: flex;
  158.     justify-content: center;
  159.     font-weight: bold;
  160.     padding-right: 7%
  161. }
  162. .menuFoot{
  163.     display: flex;
  164. }
  165.  
  166. .also{
  167.     font-size: 100%;
  168. }
  169.  
  170. @media screen and (max-width: 500px){
  171.     .Menu{
  172.         list-style: none;
  173.         display: flex;
  174.         justify-content: flex-start;
  175.         background-color: black;
  176.         margin: 0;
  177.         padding-left: 1%;
  178.         font-size: 115%;
  179.     }
  180.     .Titre{
  181.         font-size: 100%;
  182.     }
  183.     .fellowsContact{
  184.         justify-content: space-between;
  185.     }
  186.     .FellowsMenu{
  187.         color: white;
  188.         background-color: black;
  189.     }
  190.  
  191.     body {
  192.         font-size: 90%;
  193.     }
  194.  
  195.     article{
  196.         display: flex;
  197.         padding-bottom: 28%;
  198.         margin-left: 6%;
  199.         margin-right: 6%;
  200.     }
  201.  
  202.     .art{
  203.         height: 100%;
  204.     }
  205.  
  206.     hr{
  207.         margin-top: 5%;
  208.     }
  209.  
  210.     #contactus{
  211.         font-size: 120%;
  212.         display: flex;
  213.         justify-content: center;
  214.     }
  215.  
  216.     .menuFoot{
  217.         display: inline;
  218.     }
  219.  
  220.     .footListe{
  221.         flex-direction: column;
  222.         align-items: center;
  223.         padding: 5%;
  224.     }
  225.  
  226.     .sauron{
  227.         align-items: center;
  228.         font-weight: normal;
  229.     }
  230.    
  231.     .ulfooter{
  232.         align-items: center;
  233.         padding: 0;
  234.         margin: 0;
  235.     }
  236.     footer{
  237.         font-size: 70%;
  238.     }
  239.    
  240.     .also{
  241.         display: none;
  242.     }
  243.  
  244.     .titre2{
  245.         font-size: 80%;
  246.     }
  247. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement