diff --git a/images/2048/icon.png b/images/2048/icon.png new file mode 100644 index 0000000..397bc45 Binary files /dev/null and b/images/2048/icon.png differ diff --git a/style.css b/style.css index 7eb6502..3e29dd5 100644 --- a/style.css +++ b/style.css @@ -137,7 +137,7 @@ td img{ margin-right: auto; transform: scale(0.9, 0.9); border-radius: 10px; - transition: all 0.2s ease-in-out 100ms; + transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); position: relative; } @@ -175,4 +175,4 @@ td img:hover { } @media screen and (max-width: 600px) { -} +} \ No newline at end of file