Prev Demo
Stretching Background Image Along With The Web Page
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> <meta name="viewport" content="width=device-width" initial-scale="1.0"> </head> <body> <h1>Streching Background-Image</h1> <style> p { width: 100%; background-image: url('http://techfunda.com/HTPictures/Generics/5-635942140823078493.jpg'); height:650px; background-size:100% 100%; background-repeat:no-repeat; border:2px solid blue; } </style> <p></p> <div>Start resizing the browser, the image stretches along with the browser resizing.</div> </body> </html>
Note: We DO NOT save your trial code in our database.
Output