Prev Demo
CSS3
>
Multiple Background Of The Image
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <style> body { background-image: url('/HTPictures/Generics/1-635724500240488175.gif'), url('/HTPictures/Generics/1-635716259621984414.jpg'); background-position: left, right; background-repeat: no-repeat; } </style> <p>This is Some Text</p> <br /> <a href="http://wwww.dotnetfunda.com" title="DotNetFunda.com">Dotnetfunda.com</a> <br /> <p>This is Some text.</p> </body> </html>
Note: We DO NOT save your trial code in our database.
Output