Looking to create a dynamic border using Bootstrap 5 that will hide at specific breakpoints. I tried the following code:
<p class="border-bottom border-lg-0-bottom border-lg-end">text here</p>
Unfortunately, this code did not work as expected. Any suggestions?