【发布时间】:2011-09-19 18:17:20
【问题描述】:
<p>Text text text text text text text...</p>
p {
background-color: blue;
}
p:before {
content: '';
position: absolute;
width: 10px;
height: 100%;
background-color: red;
}
本质上,伪元素的高度太大了。我希望它与p 元素具有相同的高度。我该怎么做?
【问题讨论】:
标签: css pseudo-element