<div>block</div>
<div class="small">width:80%</div>
<span>inline</span>
body{
background: lightgray;
}
div{
background: skyblue;
border: 2px solid blue;
}
.small {
width: 80%;
}
span{
background: yellow;
border: 2px solid orange;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.