From 916f54c3f2a394ab538fb5874c2ed0229d0eaea6 Mon Sep 17 00:00:00 2001 From: RafiBomb Date: Sun, 20 Mar 2016 22:36:09 -0700 Subject: [PATCH] adds centered button example --- docs/pages/alignment.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/pages/alignment.md b/docs/pages/alignment.md index f39871f2..f1b080cc 100644 --- a/docs/pages/alignment.md +++ b/docs/pages/alignment.md @@ -119,6 +119,22 @@ You can also align images to the left or the right. ``` +## Centering a button + +Wrap the button with `
` tags to center it. + +```inky_example + + + +
+ +
+
+
+
+``` + ## Centering columns Tables by nature take up as much space is available to them. Because of this, centering columns can be done by adding empty columns to left and right of the column to be centered. -- 2.47.3