+ 1

How can i change buttons' position?

how can i change buttons' position in html,css and javascript(web in code playground)?

11th Aug 2018, 8:44 AM
pooya
5 Answers
+ 2
Can you post the Code Playground link to your code and describe where you would like which button to be instead?
11th Aug 2018, 9:32 AM
Janning⭐
Janning⭐ - avatar
+ 1
You have many options available to you. Within this link is a list of guides. https://css-tricks.com/guides/layout/ Understanding float and clear would be the old school way of doing it. You can also use relative and absolute positioning. Grid and flexbox are both newer layout techniques, but may be appropriate for your needs.
11th Aug 2018, 10:38 AM
Janning⭐
Janning⭐ - avatar
0
thanks
11th Aug 2018, 12:26 PM
pooya
0
😊👍
11th Aug 2018, 7:01 PM
Janning⭐
Janning⭐ - avatar