There seems to be an issue with the CSS that is causing the layout to appear distorted. Despite my efforts to correct it, the layout remains unsatisfactory. Please review the HTML and CSS code to see if you can pinpoint the problem.
I am aiming for the design shown in the image and I want it to be responsive on mobile browsers.
Although it may seem like a tall order, I am determined to give it one last shot before calling it quits. If only it were as simple as using Photoshop! Thank you for taking the time to read this.
https://i.sstatic.net/Hz9xd.png
#left {
display: inline-block;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
...
...
<button id=startClock >Start</button><button id=stopClock >Stop</button><input type="button" value="Music OFF" onclick="stop()" id="stop"><input type="button" value="Music ON" onclick="play()" id="play">