> 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/right.md).

# Right

## Syntax

`.right`

## Compiled as

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