Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. .col-1 {
  2. grid-column: span 1;
  3. }
  4.  
  5. .col-2 {
  6. grid-column: span 2;
  7. }
  8.  
  9. .col-3 {
  10. grid-column: span 3;
  11. }
  12.  
  13. .col-4 {
  14. grid-column: span 4;
  15. }
  16.  
  17. .col-5 {
  18. grid-column: span 5;
  19. }
  20.  
  21. .col-6 {
  22. grid-column: span 6;
  23. }
  24.  
  25. .col-7 {
  26. grid-column: span 7;
  27. }
  28.  
  29. .col-8 {
  30. grid-column: span 8;
  31. }
  32.  
  33. .col-9 {
  34. grid-column: span 9;
  35. }
  36.  
  37. .col-10 {
  38. grid-column: span 10;
  39. }
  40.  
  41. .col-11 {
  42. grid-column: span 11;
  43. }
  44.  
  45. .col-12 {
  46. grid-column: span 12;
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement