Prev Demo
Repeated Radial Gradient
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title></title> <style> #grad1 { height: 150px; width: 200px; background: -webkit-repeating-radial-gradient(blue , yellow 5%, grey 5%); } </style> </head> <body> <p style="color:green;"><i>Repeating Radial Gradient</i></p> <div id="grad1"></div> </body> </html>
Note: We DO NOT save your trial code in our database.
Output