position buttons across a div using justify-content-Twitter bootstrap
i am trying to use justify-content to put one button at the beginning of a div and another button at the end, but i noticed that justify content is only working if called on the div not the btn itself,…