> For the complete documentation index, see [llms.txt](https://nextgencss.gitbook.io/untitled/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nextgencss.gitbook.io/untitled/utilities/left.md).

# Left

## Syntax

`.left`

## Compiled as

```scss
.left {
    float: left;
    width: 18.75rem;
    padding: 0.625rem;
  }
```
