+ 3
How to manipulate position of this button?
i've tried using x:100px; but it didn't work https://code.sololearn.com/WO5oFlZwzlTo/?ref=app
6 ответов
+ 3
sure you can. alternstively you can put your elements into div containers and use absolute poditions, i.e. specifying their starting points on the x and y axes/distances from the top left corner of your page.
+ 2
try using "margin". if you want to shift the button to the right, use "margin-left: 40px;"
+ 1
you're welcome.
+ 1
yes you can use margin to shift the position of any element.
0
thank you storm
that's exactly what I needed
0
hey, can i use margin to shift position of a image