---
title: "Text Wells"
canonical: "https://kb.uconn.edu/space/IKB/10781392934/Text%20Wells"
format: markdown
---
Users may use text well within the Classic Editor to give div boxes an inset effect on Aurora. To do so, simply give the div a `well` class. The Block Editor does not have text wells pre-configured at this time.

### Normal Well

```
<div class="well">Some text goes here.</div>
```

![some text goes here](media://b66eae23-68cf-45f0-972b-0b9c610237c5)

### Large Well

```
<div class="well well-lg">This is a large well.</div>
```

![this is a large well](media://0f6a9a12-442b-4d7e-afe0-e361f98eed1c)

### Small Well

```
<div class="well well-sm">This is a small well.</div>
```

![this is a small well](media://49618bab-66a0-4a53-88b5-7c0ab77d80f1)