| <!DOCTYPE html> | |
| <html> | |
| <style> | |
| .above { | |
| position: absolute; | |
| left: 20px; | |
| top: 20px; | |
| width: 400px; | |
| height: 300px; | |
| padding: 0; | |
| margin: 0; | |
| background-color: Canvas; | |
| color: white; | |
| background-color: green; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div class="above"></div> | |
| </body> | |
| </html> |