Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试像http://urustar.net/那样在他们的盒子上实现边框。
如果您在页面上向下滚动一点,这些框就是东西。它说“嗨,我们是一家小公司......”
大家加油!
它通常被称为丝带。您可以在 Google 上搜索“CSS 功能区”,甚至可以找到如下内容:
http://www.css3d.net/ribbon-generator/
如果您的意思是包含“嗨,我们是一家小公司......”的实际横幅,它是一个覆盖......
但是如果你想用白色频闪像圆角一样接界。它是与此类似的 css:
border-radius: 3px; border: 1px white solid;
让我知道这是否有帮助。谢谢