span11
Span11 is a class used in certain CSS grid frameworks to indicate that an element should occupy eleven of twelve equal-width columns in a standard grid. In a twelve-column layout, the page width is divided into twelve columns; an element with the span11 class typically has a width of eleven twelfths of its container, often leaving one column for margins, gutters, or adjacent content depending on the framework’s rules.
The exact appearance and behavior of span11 depend on the grid system being used. Some frameworks name
This class is a presentational construct rather than a semantic HTML element. It is part of legacy
See also: twelve-column grid, grid system, CSS grid, responsive design, framework-specific grid utilities.