So I have a canvas and I want to place an html Element over that canvas using css. I want the button to stay in place in the canvas when you resize the whole entire page and currently I have this code.
https://jsfiddle.net/z4fhrhLc/
#button {position:absolute; top:40%; left:30%;}