Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head> <title>Luz </title>
- <style>
- body {margin:0;}
- ul.topnav {
- list-style-type: none;
- margin: 0;
- padding: 0;
- overflow: hidden;
- background-color: #333;
- }
- ul.topnav li {float: left;}
- ul.topnav li a {
- display: inline-block;
- color: #f2f2f2;
- text-align: center;
- padding: 14px 16px;
- text-decoration: none;
- transition: 0.3s;
- font-size: 17px;
- }
- ul.topnav li a:hover {background-color: #111;}
- ul.topnav li.icon {display: none;}
- @media screen and (max-width:680px) {
- ul.topnav li:not(:first-child) {display: none;}
- ul.topnav li.icon {
- float: right;
- display: inline-block;
- }
- }
- @media screen and (max-width:680px) {
- ul.topnav.responsive {position: relative;}
- ul.topnav.responsive li.icon {
- position: absolute;
- right: 0;
- top: 0;
- }
- ul.topnav.responsive li {
- float: none;
- display: inline;
- }
- ul.topnav.responsive li a {
- display: block;
- text-align: left;
- }
- }
- .button{
- background-color: #4CAF50;
- border: none;
- color: white;
- padding: 15px 32px;
- text-align: center;
- text-decoration: none;
- display: inline-block;
- font-size: 16px;
- margin: 4px 2px;
- cursor: pointer;
- }
- </style>
- </head>
- <body>
- <center>
- <h1>
- Luz
- </h1>
- <h2>Do Quarto</h2> </center>
- <center>
- <form action="/" method="post">
- <input type="submit" class="button" name="submit" value="ON">
- <input type="submit" class="button" name="submit" value="OFF">
- </form></center>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement