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
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.