Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>The title of the document</title> <style> div { height: 300px; background-color: #cccccc; background-image: repeating-radial-gradient(#8ebf42, #eee 15%, #ccc 30%); } </style> </head> <body> <h2>Radial gradient as a background image example</h2> <div></div> </body> </html>