+ 1
Put Button On Top Of Image ?
How can I put a button on top of an image with html and/or css ? My code can be found here: https://code.sololearn.com/WcrzEPfzaAeT and an image on what I'm trying to do is here: https://drive.google.com/file/d/1IyxANfMP5SopczM6R6rqL1bslo5FGoDw/view?usp=sharing Thanks :)
2 odpowiedzi
+ 1
You can use "position: absolute;" for your button and the top, bottom, left, right properties for positioning.
+ 1
Hey I figured it out, thanks. I did use what you said @clab02 so thank you :)
My mistake was a typo :(
Thanks anyways