How do I move the button wherever I want on the screen? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I move the button wherever I want on the screen?

Help me? https://code.sololearn.com/WHAwed6tE16Q/?ref=app

19th Apr 2019, 1:20 AM
Neymar Silva
Neymar Silva - avatar
11 Answers
+ 8
Which button do you want moved and where do you want it? The first can be moved to bottom left easy. The other three are relative to it so moving them is harder. Moving the first to the top would require changing the others to go below the first.
19th Apr 2019, 5:40 AM
John Wells
John Wells - avatar
19th Apr 2019, 6:10 AM
Calviղ
Calviղ - avatar
+ 3
20 Buscar I just help you to tidy up your codes, i do not change any code, because i don't understand which button are you referring to .
19th Apr 2019, 10:38 AM
Calviղ
Calviղ - avatar
+ 3
This .fab { position: fixed; bottom: 10px; left: 70px; } Would move the whole group to left side
19th Apr 2019, 11:01 AM
Calviղ
Calviղ - avatar
+ 2
.fab{ position: fixed; bottom:10px; right:10px; }
19th Apr 2019, 1:37 AM
Solo
Solo - avatar
0
No result
19th Apr 2019, 3:42 AM
Neymar Silva
Neymar Silva - avatar
0
19th Apr 2019, 3:58 AM
Neymar Silva
Neymar Silva - avatar
19th Apr 2019, 4:03 AM
Neymar Silva
Neymar Silva - avatar
0
20 Buscar Of course there is no result, because this is the position of the code button that you provided. I just highlighted the part of the code in which you need to change the values ​​according to your desire. And you just copied and pasted? -) In order for the result to be, you need to start learning CSS. Well, or at least learn how to disassemble the code into its components, as Calvi did ղ and work with it. Do not be afraid to make changes ☺
19th Apr 2019, 9:20 AM
Solo
Solo - avatar
0
Yes I know why I called you! thank you Calviղ
19th Apr 2019, 10:43 AM
Neymar Silva
Neymar Silva - avatar
0
but what I want is to move the button equal to the pc mouse's target I want to move only the purple
19th Apr 2019, 10:47 AM
Neymar Silva
Neymar Silva - avatar