Prev Demo
Radial Gradient With Color Stop
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title></title> <style> #grad1 { height: 150px; width: 200px; background: -webkit-radial-gradient(red 15%, blue 15%, black 60%); } </style> </head> <body> <h3>Radial Gradient with color stop</h3> <div id="grad1" style="color:white;">TechFunda</div> </body> </html>
Note: We DO NOT save your trial code in our database.
Output