From 6323b6eabdcae84f4a98a80a6457ad79882f894c Mon Sep 17 00:00:00 2001 From: Luka Savovic Date: Sat, 11 Nov 2017 00:44:03 +0100 Subject: [PATCH] nisam siguran kako da napravim novu sekciju za CSS Tips/Shortcuts --- index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/index.html b/index.html index eeede90..2ce7009 100755 --- a/index.html +++ b/index.html @@ -108,6 +108,15 @@

Shortcuts (Mac | Windows)

CMD + SHIFT + R | CTRL + SHIFT + R //Select all CMD + A | CTRL + A +

CSS Shortcuts

+// Margin/Padding/Border 4 different values +margin: 1px 1px 1px 1px (top, right, bottom, left) +// Margin/Padding/Border 3 different values +margin: 1px 1px 1px (top, right and left, bottom) +// Margin/Padding/Border 2 different values +margin: 1px 1px (top and bottom, right and left) +// Margin/Padding/Border 1 value +margin: 1px (top and bottom and right and left)