diff --git a/css/main.css b/css/main.css index 0fc8bfc..731180d 100644 --- a/css/main.css +++ b/css/main.css @@ -504,7 +504,7 @@ p { /* Custom styles for the donation tracker */ .donation-tracker { - margin-top: 30px; + padding: 20px; background-color: #1e1e1e; border-radius: 10px; @@ -632,4 +632,72 @@ text-align: left; .bid-active span#current-bid { font-weight: bold; color: #4CAF50; +} + + +body { + background-color: #ff4444; /* Urgent red background */ + color: white; /* White text */ + +} +.countdown-container { + + align-items: center; + text-align: center; + padding: 20px; +} +.countdown-title { + font-size: 2.5rem; + font-weight: bold; + text-transform: uppercase; + margin-bottom: 20px; + animation: blink 1.5s linear infinite; +} +.countdown { + font-size: 4rem; + font-weight: bold; + background-color: #222; + padding: 15px 30px; + border-radius: 10px; + box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); + letter-spacing: 3px; +} +.countdown span { + color: #ffcc00; /* Yellow for urgency */ +} +@keyframes blink { + 0%, 100% { + opacity: 1; + } + 50% { + opacity: 0; + } +} + +h1::before, h2::before, h3::before { + content: "Have you donated yet? "; + color: black; /* Optional: make the text red for emphasis */ + font-weight: bold; /* Optional: make the text bold */ + font-size: 3rem; /* Adjust the size to your needs */ + display: block; + margin-bottom: 10px; /* Add space between the inserted text and the heading */ +} + +@keyframes shake { + 0% { transform: translate(1px, 1px) rotate(0deg); } + 10% { transform: translate(-1px, -2px) rotate(-1deg); } + 20% { transform: translate(-3px, 0px) rotate(1deg); } + 30% { transform: translate(3px, 2px) rotate(0deg); } + 40% { transform: translate(1px, -1px) rotate(1deg); } + 50% { transform: translate(-1px, 2px) rotate(-1deg); } + 60% { transform: translate(-3px, 1px) rotate(0deg); } + 70% { transform: translate(3px, 1px) rotate(-1deg); } + 80% { transform: translate(-1px, -1px) rotate(1deg); } + 90% { transform: translate(1px, 2px) rotate(0deg); } + 100% { transform: translate(1px, -2px) rotate(-1deg); } +} + + +.shake { + animation: shake 0.5s ease-in-out; /* Shake animation applied dynamically */ } \ No newline at end of file diff --git a/index.html b/index.html index bd4eb04..4bff45b 100644 --- a/index.html +++ b/index.html @@ -163,8 +163,20 @@
8.5"x11" framed art print
-Starting Bid: $ 5 - (Retail: $25.00) +
Current Bid: $ 5 + Jesse
Place Bid8.5"x11" framed art print
-Starting Bid: $ 5 - (Retail: $25.00) +
Starting Bid: $ 25 + Eve N
Place Bid8.5"x11" framed art print
-Starting Bid: $ 25
- Eve N
+
Starting Bid: $ 40
+ Jonah