Answers for "html css make put lines across div"

CSS
0

html css make p div into two lines

line-height:20px;
height:40px;

overflow:hidden;
white-space: pre;
Posted by: Guest on February-15-2020
0

line in css div

.line{
width: 112px;
height: 47px;
border-bottom: 1px solid black;
position: absolute;
}
Posted by: Guest on December-30-2021

Browse Popular Code Answers by Language