removed unused style sheet
This commit is contained in:
parent
4fbfb00114
commit
d84bc70f3c
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
secrets.yaml
|
||||
credentials.h
|
||||
credentials.h
|
||||
testcurl
|
|
@ -91,9 +91,8 @@ void loop(){
|
|||
// CSS to style the on/off buttons
|
||||
// Feel free to change the background-color and font-size attributes to fit your preferences
|
||||
client.println("<style>html { font-family: Helvetica; display: inline-block; margin: 0px auto; text-align: center;}");
|
||||
client.println(".button { background-color: #4CAF50; border: none; color: white; padding: 16px 40px;");
|
||||
client.println("text-decoration: none; font-size: 30px; margin: 2px; cursor: pointer;}");
|
||||
client.println(".button2 {background-color: #555555;}</style></head>");
|
||||
client.println("</style></head>");
|
||||
|
||||
// Web Page Heading
|
||||
client.println("<body><h1>Pflanzensensor</h1>");
|
||||
|
|
Loading…
Reference in a new issue