Skip to content

Instantly share code, notes, and snippets.

@WesleySmits
Created October 16, 2021 08:47
Show Gist options
  • Save WesleySmits/0146abfd01700aab39b17b8f91c40d19 to your computer and use it in GitHub Desktop.
Save WesleySmits/0146abfd01700aab39b17b8f91c40d19 to your computer and use it in GitHub Desktop.
Simple web calculator: Header of calculator containing the title and display
<header class="calculator__display">
<h2 class="calculator__title">TypeScript calculator</h2>
<div class="calculator__screen">
<span class="screen-value" data-role="display">0</span>
</div>
</header>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment