+ 1
how can pictures and buttons be moved around like instead of it getting placed in default left, place it in the middle
3 Respuestas
+ 2
You can use "position" property!!
example:
img{
position:absolute;
top:20%;
left:35%;
}
You can visit the code!
https://code.sololearn.com/WMOilF1Z6KC3/?ref=app
+ 2
Hafza You are welcome 😃😃
+ 1
thank u so much