- 1

Please tell me how to move an object in web

Please let me know

28th Dec 2020, 4:02 PM
Dedipyaman Bhattacharjee
Dedipyaman Bhattacharjee - avatar
2 Answers
+ 5
Do you mean with using css? It's very easy: There are a couple of different positioning options: static (as default) , relative, absolute, fixed. Then if you use like absolute or fixed position (to move it in a specific place) you can use left, right, bottom, top to align it. The best known units of measurement are: Pixels (px) and percentage (%). More info in these css lessons: https://www.sololearn.com/learn/CSS/1114/ https://www.w3schools.com/cssref/pr_class_position.asp A simple example with one of the positioning options: https://code.sololearn.com/WLBuSVB4tXuv/?ref=app
28th Dec 2020, 4:10 PM
Matthew
Matthew - avatar
0
This question is not valid 😃
28th Dec 2020, 4:33 PM
Onur Can GĂŒndoğdu
Onur Can GĂŒndoğdu - avatar