Last active
February 4, 2020 11:14
-
-
Save danhollick/d2692c9554cf5d543d4f4f8939352f5c to your computer and use it in GitHub Desktop.
Score html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
.FAIL { color: #F34242; } | |
.AA { color: #6BBE96; } | |
.AAA { color: #00DA71; } | |
</style> | |
<!-- ... --> | |
<h4 >Normal text:<span id="largeTextScore" ></span> </h4> | |
<h3 >Normal text:<span id="normalTextScore" ></span> </h3> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment