Difference between revisions of "Template:US2002021967 Group CSS"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
width: 0; | width: 0; | ||
height: 0; | height: 0; | ||
− | border: | + | border: 170px solid transparent; |
border-bottom-color: red; | border-bottom-color: red; | ||
− | position: | + | position: absolute; |
− | top: - | + | top: -140px; |
+ | left: 33px; | ||
+ | z-index: 0; | ||
} | } | ||
+ | |||
.grp_avatar_backdrop:after { | .grp_avatar_backdrop:after { | ||
content: ''; | content: ''; | ||
position: absolute; | position: absolute; | ||
− | left: - | + | left: -170px; |
− | top: | + | top: 170px; |
width: 0; | width: 0; | ||
height: 0; | height: 0; | ||
− | border: | + | border: 170px solid transparent; |
border-top-color: red; | border-top-color: red; | ||
+ | z-index: 0; | ||
} | } | ||