Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,15 @@ <h4><a name="shortcuts" href="#shortcuts">Shortcuts (Mac | Windows)</a></h4>
CMD + SHIFT + R | CTRL + SHIFT + R
//Select all
CMD + A | CTRL + A
<h4>CSS Shortcuts</h4>
// 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)
</pre>
</div>
<div class="large-4 columns code-column">
Expand Down