Created
February 5, 2020 02:21
This file contains 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
/* Air quality monitoring system using PMS7003 sensor with WIFI, WEBSERVER | |
Hardware : Wemos D1 mini, PMS7003 | |
Software : Arduino IDE, EPS8266 Sketch Data Upload | |
Library : ESPAsyncTCP, ESPAsyncWebServer */ | |
html { | |
font-family: monospace; | |
} | |
h1 { | |
font-size:45px; | |
} | |
body { | |
text-align: center; | |
background-image: url("line_logo.png"); | |
background-repeat: no-repeat; | |
} | |
div { | |
display: table; | |
margin: 0 auto; | |
} | |
#clock_div { | |
font-size:27px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment