We also need somewhere to
display numbers
- We add a div, and just put the numbers 1234 inside so we can see it
- Create a CSS style called readout
- Make it wide, large, with a dark background, right-aligned, and green fixed-pitch font.
That's starting to look better.
Click the buttons — nothing happens because we haven't written that bit yet, but the buttons do appear to go up and down, because of our CSS styling.