diff --git a/cliff.css b/cliff.css index 4eb9aee..232bc6b 100644 --- a/cliff.css +++ b/cliff.css @@ -1,6 +1,4 @@ -/* ============================== - BASE TABLE LAYOUT -================================*/ + body { margin: 0; padding: 0; @@ -74,10 +72,6 @@ button:hover { filter: brightness(1.15); } -/* ============================== - MAIN BOARD -================================*/ - main { display: flex; justify-content: space-between; @@ -98,10 +92,6 @@ main { font-weight: bold; } -/* ============================== - CARDS -================================*/ - .hand { display: flex; justify-content: center; @@ -142,10 +132,6 @@ main { font-weight: bold; } -/* ============================== - ACTION BUTTONS -================================*/ - .actions { margin-top: 10px; display: flex; @@ -153,10 +139,6 @@ main { gap: 15px; } -/* ============================== - MESSAGE (WIN/LOSE) -================================*/ - #message { font-size: 28px; font-weight: bold; @@ -165,7 +147,6 @@ main { text-shadow: none; } -/* WIN EFFECT */ .win { color: #00ff55; animation: glowWin 1s ease-in-out infinite alternate; @@ -176,7 +157,6 @@ main { to { text-shadow: 0 0 20px #55ff88; } } -/* LOSE EFFECT */ .lose { color: #ff3333; animation: glowLose 1s ease-in-out infinite alternate; @@ -187,8 +167,6 @@ main { to { text-shadow: 0 0 20px #ff7777; } } -/* TIE (no class = normal text) */ - footer { margin-top: 20px; text-align: center;