Puissieuxlaetitia

Untitled

Nov 14th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.49 KB | None | 0 0
  1.  
  2. [class*="col-"]
  3. {
  4.     background-color:white;
  5.     border: 0px solid black;
  6.     text-align: center;
  7.     line-height: 40px;
  8. }
  9.  
  10. .container {
  11.  
  12.     padding-right: auto;
  13.     padding-left: auto;
  14.     margin-right: auto;
  15.     margin-left: auto;
  16.  
  17.  
  18.  
  19. ;
  20. }
  21. @media (min-width: 768px) {
  22.     .container {
  23.         width: 750px;
  24.     }
  25. }
  26. @media (min-width: 992px) {
  27.     .container {
  28.         width: 970px;
  29.     }
  30. }
  31. @media (min-width: 1200px) {
  32.     .container {
  33.         width: 1170px;
  34.     }
  35. }
Add Comment
Please, Sign In to add comment