From 822ef33f795ceab48ffc97c8363cccd70e912ee3 Mon Sep 17 00:00:00 2001 From: enedil Date: Tue, 10 Mar 2015 15:07:54 +0100 Subject: [PATCH] Added missing " --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2320afc..19d4053 100644 --- a/index.html +++ b/index.html @@ -157,7 +157,7 @@ Positioning information is passed through data attributes. In the example below we only specify x and y position of the step element with `data-x="-1000"` - and `data-y="-1500` attributes. This means that **the center** of the element (yes, the center) + and `data-y="-1500"` attributes. This means that **the center** of the element (yes, the center) will be positioned in point x = -1000px and y = -1500px of the presentation 'canvas'. It will not be rotated or scaled.