SyntaxFix
Write A Post
Hire A Developer
Questions
You can use flexbox with flex-grow to push the last element to the right.
flexbox
flex-grow
<div style="display: flex;"> <div style="flex-grow: 1;">Left</div> <div>Right</div> </div>