mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
docs: switch to fenced codeblocks (#31806)
This commit is contained in:
@@ -10,13 +10,13 @@ toc: true
|
||||
|
||||
Quick positioning classes are available, though they are not responsive.
|
||||
|
||||
{{< highlight html >}}
|
||||
```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 >}}
|
||||
```
|
||||
|
||||
## Arrange elements
|
||||
|
||||
|
||||
Reference in New Issue
Block a user