# Placement
```html
Top Start
Oops!
Top
Oops!
Top End
Oops!
Left Start
Oops!
Left
Oops!
Left End
Oops!
Right Start
Oops!
Right
Oops!
Right End
Oops!
Bottom Start
Oops!
Bottom
Oops!
Bottom End
Oops!
```
```css
.popover-grid {
display: grid;
grid-template-columns: auto auto auto auto auto;
grid-gap: 12px;
justify-content: center;
align-items: center;
}
.large-text {
font-size: 48px;
}
```