我正在写一个网页但是
我在将:after
.posts
bottom-right
置于.posts::after {
content: " ";
width: 0;
height: 0;
border-top: 15px solid #DDD;
border-right: 13px solid transparent;
position: relative;
bottom: -41px;
right: -2px;
z-index: 999;
}
所有框中时遇到问题。
jsfiddle中的示例:
{{1}}
我怎样才能做到这一点?
答案 0 :(得分:0)
给.posts
个职位(相对),然后将after
设为position: absolute; bottom: 0; right: 0