0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-30 12:24:19 +01:00
Bootstrap/site/content/docs/4.3/utilities/position.md

20 lines
492 B
Markdown
Raw Normal View History

---
layout: docs
title: Position
2017-05-28 20:25:59 +02:00
description: Use these shorthand utilities for quickly configuring the position of an element.
group: utilities
2017-05-28 20:25:59 +02:00
toc: true
---
## Common values
Quick positioning classes are available, though they are not responsive.
{{< highlight html >}}
<div class="position-static">...</div>
<div class="position-relative">...</div>
<div class="position-absolute">...</div>
<div class="position-fixed">...</div>
<div class="position-sticky">...</div>
{{< /highlight >}}