所有处理都在你的浏览器中完成,不会发送到我们的服务器。
创建带实时预览的 CSS linear-gradient 字符串
Stop positions are percentages along the gradient line (0% at the start, 100% at the end).
linear-gradient(120deg, #6366f1 0%, #9333ea 50%)
Use as background: linear-gradient(120deg, #6366f1 0%, #9333ea 50%);
background: linear-gradient(120deg, #6366f1 0%, #9333ea 50%);