I'm working on a div that has the following markup:
<div class="col-sm-12">
<p class="bg-info">Basic Information</p>
</div>
Here's how it currently looks:
I want to add an 'Add /Edit' link to the right side of the div, so it appears like this:
I tried adding a paragraph tag with a link next to the existing content, but it ends up moving the new content below.
Since I am new to CSS, any help would be greatly appreciated.
Thank you in advance.
Best regards.