CSS?带有边框的居中文本

时间:2011-07-01 14:09:17

标签: html css border

如下所示: http://mathieuwhite.com/

它说中间的“工作”看起来似乎是一个边界或这是一个图像? 谁能给我一个代码示例?谢谢

1 个答案:

答案 0 :(得分:0)

这是一个用CSS :: before和:: after制作的边框黑客。 这是他的代码。

body #container section h2::before, body #container section h2::after {
position: absolute;
top: 7px;
height: 1px;
background-color: transparent;
border-top: 1px solid rgba(0, 0, 0, 0.2);
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
content: "";

请注意你的错别字......