div+css3实现漂亮的多彩标签云,鼠标移动会有动画
div+css3实现漂亮的多彩标签云,鼠标移动会有动画
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | < style > .dict { margin: 20px 0;clear:both ;text-align:left;font-size:12px;} .dict a { line-height: 24px; height: 24px; display: inline-block; background: #fff; padding: 3px 11px; margin: 10px 5px 0 0; border-radius: 8px; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } .dict a { color: #FFF;text-decoration:none } .dict a:hover { border-radius: 0; text-shadow: #000 1px 1px 1px } .dict .pcolor a:nth-child(8n-7) { background: #8A9B0F } .dict .pcolor a:nth-child(8n-6) { background: #EB6841 } .dict .pcolor a:nth-child(8n-5) { background: #3FB8AF } .dict .pcolor a:nth-child(8n-4) { background: #FE4365 } .dict .pcolor a:nth-child(8n-3) { background: #FC9D9A } .dict .pcolor a:nth-child(8n-2) { background: #EDC951 } .dict .pcolor a:nth-child(8n-1) { background: #C8C8A9 } .dict .pcolor a:nth-child(8n) { background: #83AF9B } .dict .pcolor a:first-child { background: #036564 } .dict .pcolor a:last-child { background: #3299BB } </ style > < div class="dict"> < p class="pcolor"> < a href="#">html</ a > < a href="#">css3</ a > < a href="#">网站模版</ a > < a href="#">个人博客模版</ a > < a href="#">扁平化</ a > < a href="#">div+css</ a > < a href="#">bootstrap</ a > < a href="#">企业模版</ a > < a href="#">古典/文化</ a > < a href="#">婚纱摄影</ a > < a href="#">爱情</ a > < a href="#">jquery</ a > </ p > </ div > |
标签:
html/css
【推荐】还在用 ECharts 开发大屏?试试这款永久免费的开源 BI 工具!
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· ASP.NET Core 模型验证消息的本地化新姿势
· 对象命名为何需要避免'-er'和'-or'后缀
· SQL Server如何跟踪自动统计信息更新?
· AI与.NET技术实操系列:使用Catalyst进行自然语言处理
· 分享一个我遇到过的“量子力学”级别的BUG。
· C# 中比较实用的关键字,基础高频面试题!
· .NET 10 Preview 2 增强了 Blazor 和.NET MAUI
· 为什么AI教师难以实现
· 如何让低于1B参数的小型语言模型实现 100% 的准确率
· AI Agent爆火后,MCP协议为什么如此重要!