Prev Demo
Linear Gradient With Text
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title></title> <style> #grad1 { height: 55px; width:50%; background: -webkit-linear-gradient(left, green, pink, blue, grey, red,green, magenta); } </style> </head> <body> <p>Linear gradient with text</p> <div id="grad1" style="color:white;font-size:30px;padding-left:20px;font-weight:bold;font-style:italic;"> TechFunda </div> </body> </html>
Note: We DO NOT save your trial code in our database.
Output