From 8557cea087f0fc0dd731b92a8a0f300ac692dbb3 Mon Sep 17 00:00:00 2001 From: Orhan Mekic Date: Sat, 2 Jun 2018 14:11:53 +0200 Subject: [PATCH 1/4] add folders html and css --- .vscode/.gitignore | 1 + animate.css => css/animate.css | 0 style.css => css/style.css | 0 animation.html => html/animation.html | 13 +++++++------ .../fixed-position-example.html | 2 +- .../html-css-cheat-sheet.html | 10 +++++----- tools.html => html/tools.html | 2 +- 7 files changed, 15 insertions(+), 13 deletions(-) create mode 100644 .vscode/.gitignore rename animate.css => css/animate.css (100%) rename style.css => css/style.css (100%) rename animation.html => html/animation.html (99%) rename fixed-position-example.html => html/fixed-position-example.html (96%) rename html-css-cheat-sheet.html => html/html-css-cheat-sheet.html (99%) rename tools.html => html/tools.html (98%) diff --git a/.vscode/.gitignore b/.vscode/.gitignore new file mode 100644 index 0000000..6f1710d --- /dev/null +++ b/.vscode/.gitignore @@ -0,0 +1 @@ +/settings.json diff --git a/animate.css b/css/animate.css similarity index 100% rename from animate.css rename to css/animate.css diff --git a/style.css b/css/style.css similarity index 100% rename from style.css rename to css/style.css diff --git a/animation.html b/html/animation.html similarity index 99% rename from animation.html rename to html/animation.html index 2802f9b..8c76178 100644 --- a/animation.html +++ b/html/animation.html @@ -3,10 +3,11 @@ Animation and Transitions - + + - + @@ -15,16 +16,16 @@