how can pictures and buttons be moved around like instead of it getting placed in default left, place it in the middle | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how can pictures and buttons be moved around like instead of it getting placed in default left, place it in the middle

29th Oct 2018, 12:34 PM
Half
Half - avatar
3 Answers
+ 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
29th Oct 2018, 12:42 PM
AL Araf
AL Araf - avatar
+ 2
Hafza You are welcome 😃😃
29th Oct 2018, 12:45 PM
AL Araf
AL Araf - avatar
+ 1
thank u so much
29th Oct 2018, 12:44 PM
Half
Half - avatar