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-color: rgba(0,0,125,0.2); background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/a/a9/A_sunflower.jpg/125px-A_sunflower.jpg); background-repeat: no-repeat; background-clip: border-box; background-attachment: fixed; background-position: 40px 20px; } </style> </head> <body> <br> <h2>CSS Background Example</h2> <p>This is a paragragh with a customized backgronud: </p> <ul> <li>Light blue colored wallpaper</li> <li>Picture of sunflower sitting at (40px, 20px) and gluing (fixed) to the screen.</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.