Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> div { height: 150px; width: 100%; background-color: #ccc; color: #ffffff; } img { position: absolute; right: 30%; top: 120px; } </style> </head> <body> <h2>Right property example</h2> <img src="/build/images/w3docs-logo-black.png" alt="W3docs logo" width="146" height="41"> <div>This is some div element.</div> </body> </html>