Developer Snippet Diary

HTML stay text on left and anchor link on right side inside div or td justify-content:space_between

<div style="display: flex; justify-content: space-between; align-items: center;">
    <span style="flex-grow: 1;">Left section >> </span>

    <a href="#"  class="btn btn-light-info btn-sm p-1" target="_blank" >
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-up-right"><line x1="7" y1="17" x2="17" y2="7"></line><polyline points="7 7 17 7 17 17"></polyline></svg>
    </a>
</div>

Posted by: R GONDAL
Email: rizikmw@gmail.com