I have a text paragraph along with a button that I am trying to align properly on the page. Despite my efforts, I am having trouble getting the button to display right-aligned below the text as desired.
Here is the current layout:
Is there a way to achieve this alignment without using the float property (as it causes the button to fall in the element below when set to float: right
)?