300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > div 圆角div渐变色 渐变色循环换色

div 圆角div渐变色 渐变色循环换色

时间:2021-06-16 03:42:44

相关推荐

div 圆角div渐变色 渐变色循环换色

先看下效果是个动态gif图,注意观察:态

看到了吧。圆圈div 边框颜色在不停的自动变色。

<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><title>Main</title><style rel="stylesheet">#showMenu{width: 500px;height: 400px;margin: auto;border: 8px solid;border-image: linear-gradient(45deg, gold, deeppink) 1;clip-path: inset(0px round 10px);animation: huerotate 6s infinite linear;filter: hue-rotate(360deg);}@keyframes huerotate {0% {filter: hue-rotate(0deg);}100% {filter: hue-rorate(360deg);}}#showMenu ul li{padding: 5px;list-style: none;}/* border: 2px solid cadetblue;*//* border-image: linear-gradient(to right, #8f41e9, #578aef) 3;*//* border-radius: 12px;*//* width: 500px;*//* height: 500px;*//* margin: auto;*//*}*/</style></head><body><div id="showMenu"><h1>OK,RUNING!</h1><ul><li><a href="sensordata.html">1. 查看实时数据</a></li><li><a href="setOffLineData.html">2. 离线数据设置</a></li></ul></div></body></html>

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。