Skip to content

Instantly share code, notes, and snippets.

@sebbo2002
Created June 27, 2017 13:27
Show Gist options
  • Save sebbo2002/44f816fe115d6fec3a8391e389975be4 to your computer and use it in GitHub Desktop.
Save sebbo2002/44f816fe115d6fec3a8391e389975be4 to your computer and use it in GitHub Desktop.
<title>Temperatur ESP8266</title><style>body{min-height: 740px;background: rgb(40, 40, 40);background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 500, from(rgb(5, 5, 5)), to(rgb(35, 35, 35)));background: -webkit-radial-gradient(rgb(5, 5, 5), rgb(35, 35, 35));background:-moz-radial-gradient(rgb(5, 5, 5), rgb(35, 35, 35));background:-ms-radial-gradient(rgb(5, 5, 5), rgb(35, 35, 35));background: -o-radial-gradient(rgb(5, 5, 5), rgb(35, 35, 35));background: radial-gradient(rgb(5, 5, 5), rgb(35, 35, 35));}#temperature{font: 96px 'Helvetica Neue', 'Helvetica';position: absolute;top: 45%;width: 100%;margin-top: -50px;font-weight: bold;color: #eee;text-align: center;}</style><div id="temperature">23.9 °C</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment