執行 ❯
建立您
自己的
網站
×
更改方向
儲存程式碼
更改主題,深色/淺色
前往 Spaces
<!DOCTYPE html> <html> <head> <style> #grad1 { height: 55px; background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet); } </style> </head> <body> <div id="grad1" style="text-align:center;margin:auto;color:#888888;font-size:40px;font-weight:bold"> Gradient Background </div> </body> </html>