I have a small doubt regarding styling of my window, I want these two buttons that are on the screen to appear on the bottom right corner of my window. What are the required stylings that i need to give this tag to make the buttons appear at the bottom. I have attached an image of how the position is needed to be altered:css styling doubt
help will be much appreciated. thanks in advance.
<button style="position:absolute; bottom:0; right: -290px;">submit</button>
<button style="position:absolute; bottom:0; right: -215px;">cancel</button>
this seemed to sort the probelm i was having about positioning the buttons. thanks for your inputs everyone