CSS3 label tag facing right and using position or :after

后端 未结 2 429
清酒与你
清酒与你 2021-01-21 16:12

I am trying to construct this shape in CSS:

\"enter

But I can\'t figure out how to

2条回答
  •  温柔的废话
    2021-01-21 16:54

    Just add a line-height to .tag

    .tag {
    line-height: 10px;
    /* the rest of your styles here */
    }
    

    http://jsfiddle.net/ExZFe/3/

提交回复
热议问题