跑步 ”
×
改变方向
在 Codepen 上打开
更改主题,深色/浅色
<!DOCTYPE html> <html> <head><meta http-equiv="content-security-policy" content="script-src 'none'"> <style> #grad1 { height: 55px; background-color: red; /* Для браузеров, не поддерживающих градиенты */ 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:#888;font-size:40px;font-weight:bold">Радужный фон</div> </body> </html>