From 3fbdedbf22dc9257e06d73b13f6db7244dbda7cb Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 7 Aug 2017 22:36:57 -0700 Subject: Add basic property-value utils for position --- docs/4.0/utilities/position.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs/4.0') diff --git a/docs/4.0/utilities/position.md b/docs/4.0/utilities/position.md index fb7d8bd9e..9cf952452 100644 --- a/docs/4.0/utilities/position.md +++ b/docs/4.0/utilities/position.md @@ -6,6 +6,18 @@ group: utilities toc: true --- +## Common values + +Quick positioning classes are available, though they are not responsive. + +{% highlight html %} +
...
+
...
+
...
+
...
+
...
+{% endhighlight %} + ## Fixed top Position an element at the top of the viewport, from edge to edge. Be sure you understand the ramifications of fixed position in your project; you may need to add aditional CSS. -- cgit v1.2.3