My calculator's buttons aren't on right position. Xan anyone help?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

My calculator's buttons aren't on right position. Xan anyone help??

https://code.sololearn.com/WQ00Xw2o6BSg/?ref=app

24th Jul 2023, 2:35 AM
Rijan
Rijan - avatar
1 Answer
+ 2
Rijan try this <div class="buttons"> <button onclick="clearResult()">C</button> <button onclick="deleteLast()">Del</button> </div><pre></pre> <div class="buttons"> You are adding </div><pre></pre> <div class="buttons"> after the -> delete button and before the -> 7 button
24th Jul 2023, 3:05 AM
BroFar
BroFar - avatar