/ Published in: CSS

Triangles Dots
Expand |
Embed | Plain Text
li:before { border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #576DB2; border-image: none; border-style: solid; border-width: 5px; content: ""; display: block; height: 0; left: 0; position: absolute; top: 0; width: 0; } &:before { border-color: #576DB2; border-image: none; border-radius: 2px 2px 2px 2px; border-style: solid; border-width: 2px; content: ""; display: block; height: 0; left: 0; position: absolute; top: 6px; width: 0; }
You need to login to post a comment.