diff --git a/.DS_Store b/.DS_Store old mode 100755 new mode 100644 index 940caf3..1d88137 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/._.DS_Store b/._.DS_Store old mode 100755 new mode 100644 diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/css/style.css b/css/style.css old mode 100755 new mode 100644 index 8a0bd7a..629fff3 --- a/css/style.css +++ b/css/style.css @@ -8,6 +8,7 @@ /*-----------------------Icon CSS high-resolution-------------------------------------*/ /*-----------------------Character CSS high-resolution--------------------------------*/ + h1 { font-family: headersFont; font-size: 100px; @@ -234,6 +235,15 @@ html { height: 2rem; border-radius: 0.4rem 0.4rem; background-color: #e31e5e; + transform: rotate(0deg); +} +@keyframes animation-move-left{ + 0%{ + transform: rotate(30deg); + } + 100%{ + transform: rotate(0deg); + } } #char-pants-right { diff --git a/fonts/ARCADE.TTF b/fonts/ARCADE.TTF old mode 100755 new mode 100644 diff --git a/icons/.DS_Store b/icons/.DS_Store old mode 100755 new mode 100644 diff --git a/icons/._.DS_Store b/icons/._.DS_Store old mode 100755 new mode 100644 diff --git a/index.html b/index.html old mode 100755 new mode 100644 diff --git a/js/script.js b/js/script.js old mode 100755 new mode 100644 index 5d9636b..27d7ccd --- a/js/script.js +++ b/js/script.js @@ -5,7 +5,9 @@ $(document).ready(function() { $("#char-container").css({ 'left': '-=2rem', }) - } + $("#char-pants-left").animate({ + //zmienic klase na + }) if(e.which == 38){ $("#char-container").css({ 'top': '-=2rem', @@ -15,6 +17,8 @@ $(document).ready(function() { $("#char-container").css({ 'left': '+=2rem', }) + $("#char-pants-right").css({ + }) } if(e.which == 40){ $("#char-container").css({ diff --git a/test.txt b/test.txt old mode 100755 new mode 100644