You are here

margin-classes.css in Bootstrap Styles 1.0.x

.bs-mx-1 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.bs-mx-2 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.bs-my-1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.bs-my-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.bs-m-1 {
  margin: 0.5rem !important;
}

.bs-m-2 {
  margin: 1rem !important;
}

.bs-m-3 {
  margin: 2rem !important;
}

.bs-m-4 {
  margin: 4rem !important;
}

.bs-m-5 {
  margin: 8rem !important;
}

.bs-mt-1 {
  margin-top: 0.5rem !important;
}

.bs-mt-2 {
  margin-top: 1rem !important;
}

.bs-mt-3 {
  margin-top: 2rem !important;
}

.bs-mt-4 {
  margin-top: 4rem !important;
}

.bs-mt-5 {
  margin-top: 8rem !important;
}

.bs-mb-1 {
  margin-bottom: 0.5rem !important;
}

.bs-mb-2 {
  margin-bottom: 1rem !important;
}

.bs-mb-3 {
  margin-bottom: 2rem !important;
}

.bs-mb-4 {
  margin-bottom: 4rem !important;
}

.bs-mb-5 {
  margin-bottom: 8rem !important;
}

.bs-ml-1 {
  margin-left: 0.5rem !important;
}

.bs-ml-2 {
  margin-left: 1rem !important;
}

.bs-ml-3 {
  margin-left: 2rem !important;
}

.bs-ml-4 {
  margin-left: 4rem !important;
}

.bs-ml-5 {
  margin-left: 8rem !important;
}

.bs-mr-1 {
  margin-right: 0.5rem !important;
}

.bs-mr-2 {
  margin-right: 1rem !important;
}

.bs-mr-3 {
  margin-right: 2rem !important;
}

.bs-mr-4 {
  margin-right: 4rem !important;
}

.bs-mr-5 {
  margin-right: 8rem !important;
}

File

css/bs_example_classes/margin-classes.css
View source
  1. .bs-mx-1 {
  2. margin-left: 0.5rem !important;
  3. margin-right: 0.5rem !important;
  4. }
  5. .bs-mx-2 {
  6. margin-left: 1rem !important;
  7. margin-right: 1rem !important;
  8. }
  9. .bs-my-1 {
  10. margin-top: 0.5rem !important;
  11. margin-bottom: 0.5rem !important;
  12. }
  13. .bs-my-2 {
  14. margin-top: 1rem !important;
  15. margin-bottom: 1rem !important;
  16. }
  17. .bs-m-1 {
  18. margin: 0.5rem !important;
  19. }
  20. .bs-m-2 {
  21. margin: 1rem !important;
  22. }
  23. .bs-m-3 {
  24. margin: 2rem !important;
  25. }
  26. .bs-m-4 {
  27. margin: 4rem !important;
  28. }
  29. .bs-m-5 {
  30. margin: 8rem !important;
  31. }
  32. .bs-mt-1 {
  33. margin-top: 0.5rem !important;
  34. }
  35. .bs-mt-2 {
  36. margin-top: 1rem !important;
  37. }
  38. .bs-mt-3 {
  39. margin-top: 2rem !important;
  40. }
  41. .bs-mt-4 {
  42. margin-top: 4rem !important;
  43. }
  44. .bs-mt-5 {
  45. margin-top: 8rem !important;
  46. }
  47. .bs-mb-1 {
  48. margin-bottom: 0.5rem !important;
  49. }
  50. .bs-mb-2 {
  51. margin-bottom: 1rem !important;
  52. }
  53. .bs-mb-3 {
  54. margin-bottom: 2rem !important;
  55. }
  56. .bs-mb-4 {
  57. margin-bottom: 4rem !important;
  58. }
  59. .bs-mb-5 {
  60. margin-bottom: 8rem !important;
  61. }
  62. .bs-ml-1 {
  63. margin-left: 0.5rem !important;
  64. }
  65. .bs-ml-2 {
  66. margin-left: 1rem !important;
  67. }
  68. .bs-ml-3 {
  69. margin-left: 2rem !important;
  70. }
  71. .bs-ml-4 {
  72. margin-left: 4rem !important;
  73. }
  74. .bs-ml-5 {
  75. margin-left: 8rem !important;
  76. }
  77. .bs-mr-1 {
  78. margin-right: 0.5rem !important;
  79. }
  80. .bs-mr-2 {
  81. margin-right: 1rem !important;
  82. }
  83. .bs-mr-3 {
  84. margin-right: 2rem !important;
  85. }
  86. .bs-mr-4 {
  87. margin-right: 4rem !important;
  88. }
  89. .bs-mr-5 {
  90. margin-right: 8rem !important;
  91. }