Answers for "create a line with a div"

CSS
0

css make div one line

div {
    width: 100px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
Posted by: Guest on January-03-2021
0

how to add div in new line

<div align="center" style="display: block; block; width: 100%; border: blue 1px solid; [COLOR="#FF0000"]clear:both;[/COLOR]">
Posted by: Guest on August-19-2020

Browse Popular Code Answers by Language