go to
ForumEasy.com
Community Sandbox
Home
» Sandbox
Play your own code in the sandbox
Edit Your Code:
<html> <head> <style> /* edit or add your own CSS code here */ body { color: red; background-image: url(https://upload.wikimedia.org/wikipedia/commons/4/42/Hermitthrush63.jpg), url(https://upload.wikimedia.org/wikipedia/commons/thumb/a/a9/A_sunflower.jpg/125px-A_sunflower.jpg); background-repeat: repeat-y, no-repeat; background-attachment: scroll, fixed; background-position: top right, 40px 20px; } </style> </head> <body> <br> <h2>CSS Multiple Backgrounds Example</h2> <p>This is a paragragh with a customized backgronud: </p> <ul> <li>Picture of sunflower sitting at (40px, 20px) and gluing (fixed) to the screen.</li> <li>Picture of bird repeating vertically at right and scroll with the document.</li> </ul> </body> </html>
Run »
Result Output:
Back
Powered by
ForumEasy
© 2003-2005, All Rights Reserved. |
Privacy Policy
|
Terms of Use
Get your own forum today. It's easy and free.