<!DOCTYPE html> <html lang="ar"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Surprise For My Katkoota! ❤</title> <style> * { box-sizing: border-box; margin: 0; padding: 0; } body { background:...
More
<!DOCTYPE html> <html lang="ar"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Surprise For My Katkoota! ❤</title> <style> * { box-sizing: border-box; margin: 0; padding: 0; } body { background: linear-gradient(135deg, #ffe5ec, #ffb3c6); height: 100vh; display: flex; justify-content: center; align-items: center; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; overflow: hidden; direction: ltr; } /* * صندوق الهدايا/ .box-container { text-align: center; cursor: pointer; transition: transform 0.3s; } .box-container:hover { transform: scale(1.05); } .gift-box { font-size: 100px; animation: bounce 1.5s infinite; } .box-hint { margin-top: 15px; color: #ff4d6d; font-size: 1.2rem; font-weight: bold; animation: pulse 1.5s infinite; } /* * شاشة السؤال/ .question-container { display: none; background: rgba(255, 255, 255, 0.9); padding: 40px 30px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); text-align:
Less