HTML/CSS 中的竖线
我将如何构建垂直条,从页面左侧到中间彼此相邻(接触)(宽度尺寸均相同)?
How would I go about constructing vertical bars, all adjacent to each other (touching) from the left side of the page to the middle (all the same size in width)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这将为您解决问题:
以及与之配套的 CSS:
您可以在此处看到它的实际效果。
This would do the trick for you:
And the CSS to go with it:
You can see it in action here.