diff --git a/solitaire/index.html b/solitaire/index.html index 02c6b8e..241fa4c 100644 --- a/solitaire/index.html +++ b/solitaire/index.html @@ -326,6 +326,21 @@ .modal.show .modal-content { animation: fadeIn 0.3s ease-out; } + + .modal-buttons { + display: flex; + gap: 10px; + justify-content: center; + margin-top: 20px; + } + + .give-up-btn { + background: #e74c3c; + } + + .give-up-btn:hover { + background: #c0392b; + }
@@ -343,6 +358,7 @@ +