- 1
Please tell me how to move an object in web
Please let me know
2 Respostas
+ 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
0
This question is not valid 😃