[HTML_REMOVED]
[HTML_REMOVED]
[HTML_REMOVED]
[HTML_REMOVED]
[HTML_REMOVED]
[HTML_REMOVED]Document[HTML_REMOVED]
[HTML_REMOVED]
[HTML_REMOVED]
.container{
display: block;
width:500px;
height:500px;
padding: 10px;
margin: 10px;
background-color: lightblue;
}
.inline-block-div{
display: inline-block;
width:100px;
height:100px;
margin:10px;
padding:10px;
background-color: blue;
color: white;
}
span{
display: inline;
padding-left: 10px;
padding-right:10px;
padding-top: 20px;
padding-bottom: 20px;
background-color: bisque;
color: green;
}
.block-div{
display: block;
width:100px;
height:100px;
padding: 10px;
margin:10px;
background-color: blue;
color: white;
overflow: hidden;
text-overflow: ellipsis;
}
[HTML_REMOVED]
[HTML_REMOVED]
[HTML_REMOVED]
[HTML_REMOVED]div-1[HTML_REMOVED]
[HTML_REMOVED]div-2[HTML_REMOVED]
[HTML_REMOVED]div-3[HTML_REMOVED]
[HTML_REMOVED]
[HTML_REMOVED]span-1[HTML_REMOVED]
[HTML_REMOVED]span-2[HTML_REMOVED]
[HTML_REMOVED]span-3[HTML_REMOVED]
[HTML_REMOVED]
[HTML_REMOVED]
123456789101112
[HTML_REMOVED]
[HTML_REMOVED]
[HTML_REMOVED]
[HTML_REMOVED]