| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <style> | |
| iframe { | |
| border: none; | |
| width: 700px; | |
| height: 500px; | |
| background-color: white; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <iframe srcdoc=" | |
| <style> | |
| html { | |
| height: 100%; | |
| padding: 100px; | |
| background-image: url('../images/resources/red-green-blue-900-300.png'); | |
| background-size: contain; | |
| background-clip: content-box; | |
| background-origin: content-box; | |
| box-sizing: border-box; | |
| } | |
| </style> | |
| "></iframe> | |
| </body> | |
| </html> |