css minimum width code example Example: html minimum width .wrapper { width: 100%; min-width: 20em; /* Will be AT LEAST 20em wide */ }