<html>
<head>
<style>
.ex1 {
border: 1px solid #212b36;
}
.ex2 {
min-width: 250px;
display: inline-block;
border: 1px solid #212b36;
}
</style>
</head>
<body>
<h1>The min-width Property</h1>
<span class="ex1">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span>
<br><br>
<span class="ex2">Lorem ipsum dolor sit amet.</span>
</body>
</html>