Last active
February 4, 2023 14:57
-
-
Save CatalinPlesu/bb702f15fbf7607eea3341cce7237a1b to your computer and use it in GitHub Desktop.
esp32_termometer.css
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
| html { | |
| font-family: Arial; | |
| display: inline-block; | |
| margin: 0px auto; | |
| text-align: center; | |
| } | |
| h2 { | |
| font-size: 3.0rem; | |
| } | |
| p { | |
| font-size: 3.0rem; | |
| } | |
| .units { | |
| font-size: 1.2rem; | |
| } | |
| .ds-labels { | |
| font-size: 1.5rem; | |
| vertical-align: middle; | |
| padding-bottom: 15px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment