Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> .gradient { height: 250px; width: 250px; background-color: blue; background: conic-gradient(#ff0000, #fff200); } </style> </head> <body> <div class="gradient"></div> </body> </html>