Skip to content

Instantly share code, notes, and snippets.

@niceaji
Created May 4, 2023 04:03
Show Gist options
  • Save niceaji/b344fd432aeae661550eb4908ac5546c to your computer and use it in GitHub Desktop.
Save niceaji/b344fd432aeae661550eb4908ac5546c to your computer and use it in GitHub Desktop.

<div id="root">
  <div class="count">10</div>
  <button>plus</button>
  <button>minus</button>
</div>
body {
  text-align: center;
  zoom: 300%;
}
.count {
  color: green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment