Button | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Button

i need to move buttons at the bottom of the screen how to do it https://code.sololearn.com/WRoG0lkxcYo3/?ref=app

4th Jul 2020, 3:20 PM
Aparty
Aparty - avatar
4 Answers
+ 1
Just wrap the all button inside div and add padding. https://code.sololearn.com/WGDLWym71jax/?ref=app
4th Jul 2020, 3:54 PM
Maninder $ingh
Maninder $ingh - avatar
+ 1
<div style="position: absolute; bottom: 100px;"> <button class="b" id='lButton'></button> <button class="b" id='uButton'></button> <button class='b' id='dButton'></button> <button class="b" id='rButton'></button> </div>
4th Jul 2020, 4:06 PM
JaScript
JaScript - avatar
+ 1
thanks but the problem is solved
4th Jul 2020, 4:07 PM
Aparty
Aparty - avatar
0
thank it worked
4th Jul 2020, 4:03 PM
Aparty
Aparty - avatar