diff --git a/breakout/icon.png b/breakout/icon.png new file mode 100644 index 0000000..15fda92 Binary files /dev/null and b/breakout/icon.png differ diff --git a/breakout/index.html b/breakout/index.html index e5f7b8d..ef07025 100644 --- a/breakout/index.html +++ b/breakout/index.html @@ -3,11 +3,13 @@ - Breakout - + Breakout | PonyWave Tools + + + @@ -242,6 +244,17 @@ footer a:hover { text-decoration: underline; } + + .heart { + color: #ff5e78; + animation: heartbeat 1.5s infinite; + } + + @keyframes heartbeat { + 0% { transform: scale(1); } + 50% { transform: scale(1.2); } + 100% { transform: scale(1); } + } @media (max-width: 600px) { .controls { @@ -345,7 +358,7 @@