I'm currently new to coding and I'm attempting to create a navbar using Bootstrap. However, I'm struggling to align the buttons horizontally. I've attempted using class="float-right"
on every element without success. I even tried using !important
in the CSS to override it, but it still didn't work. Can anyone provide guidance on how to achieve this?
Thank you in advance.