Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. @mixin commmonsBorderBox($borderSize, $borderColor, $width, $height) {
  2. border: $borderSize + px dotted $borderColor;
  3. height: $height + px;
  4. width: $width + px;
  5. }
  6. .container{
  7. text-align: center;
  8. }
  9. .row{
  10. justify-content: center;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement