<html> <head> <style> h1 { background: linear-gradient(135deg,cyan, aliceblue, skyBlue); padding: 50px; width:200px; height:200px; } body { text-align: center; } </style> </head> <body> <h1>The Daily Times</h1> </body> </html>]]>135deg
90deg
0deg
Make sure to pick 135deg
.