Created
February 27, 2018 07:04
-
-
Save arosh/94a132c9449288ad0f08eb9365a43532 to your computer and use it in GitHub Desktop.
Spring Seminar
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
<form action="on.html"><button type="submit" style="padding: 0.5em 1em; font-size: 18px; background-color: #4CAF50; color: #FFF; border: none;">OFF -> ON</button></form> |
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
<form action="off.html"><button type="submit" style="padding: 0.5em 1em; font-size: 18px; background-color: #F44336; color: #FFF; border: none;">ON -> OFF</button></form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment