css border-left 50% height

前端 未结 5 1311
心在旅途
心在旅途 2020-12-29 19:28

I want the left border of my div to show only to the half of the div. The same I would like to do to my right border but is should be set from the bottom of the div to the m

5条回答
  •  感情败类
    2020-12-29 20:21

    You can use:

    line-height:50%; /*(or less, much less)*/
    overflow:visible;
    

    The text is visible, but the border color will be only at half of the div size.

提交回复
热议问题