Front End Development Libraries Projects - Build a JavaScript Calculator

Tell us what’s happening:
Hello, I’m trying to position 2 buttons next to each other (“AC” and “/”), but they each get created at a new line, one solution i came up is using the display: flex; options, but it feels excessive to me and i also examined the example project and noticed it doesn’t use flex, but still couldn’t figure out how they do it.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36 OPR/96.0.0.0

Challenge: Front End Development Libraries Projects - Build a JavaScript Calculator

Link to the challenge:

I’ve decided to move on with the “display: flex” solution

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.