educative.io

Significance of width in drop-cap

.drop-cap:first-letter {
font-weight: bold;
font-size: 300%;
line-height: 1;
float: left; /* uncomment this to see the effect */
width: 0.9em;
}

what is significane of width property, I saw no changes to the rendering on changing that.