渐变框阴影和边框的 CSS
是否可以在 CSS 中执行此操作:
Is it possible to do this in CSS:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否可以在 CSS 中执行此操作:
Is it possible to do this in CSS:
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
这是我的 2 美分:
HTML:
CSS:
宽度和高度在那里只是为了让你可以看到一些东西。我认为这适用于大多数现代浏览器(尽管有点冗长)
here's my 2 cents:
HTML:
CSS:
The width and height are there just so you can see something. I think this will work on most modern browsers (though it's a bit verbose)
这是我整理的一些东西。如果你愿意的话,你可以对它进行一些修改。
http://jsfiddle.net/Gk6xJ/
Here's something I have put together. You can do some messing around with it if you want.
http://jsfiddle.net/Gk6xJ/
没有真正回答你的问题,但如果你需要这样做(并且不必在CSS中),我想你已经在其他程序中创建了它,所以你可能会发现这很有用: 告别 css3 渐变
Not really answering your question, but if you need to do this (and don't have to be in css), I suppose that you already have that created in some other program, so you may find this useful: a farewell to css3 gradients
我认为这可以通过两个 div 来实现,每个 div 都有一个 径向渐变。这是一个用于试验渐变的工具。它还提供特定于供应商的代码。
I think this could be approached with two divs each having a radial gradient. Here's a tool to experiment with gradients. It also provides vendor-specific code.
我正在网站上做类似的事情:
I'm doing something similar on a site: