I was just checking out the button group of bootstrap and there is this:
<div class="btn-toolbar mb-3" role="toolbar" aria-label="Toolbar with button groups">
<div class="btn-group mr-2" role="group" aria-label="First group">
I could not find any explanation what "mr-2" actually does. The same with "mb-3" for the toolbar.
Can anyone explain it please to me? And how can I find out what attributes like this do if I don't have any internet? I mean there must be a class or something that shows the behavior right?