ควิซทายใจสายเกมเมอร์ คุณคือสายตึงหรือเทพทรู? | เติมเกมออนไลน์.com
โดย เติมเกมออนไลน์ |
#gamer-profile-viral-wrapper { --primary-blue: #0277bd; --primary-hover: #01579b; --accent-green: #00ff88; --light-blue: #e1f5fe; --border-blue: #b3e5fc; --container-bg: #ffffff; --text-dark: #333333; font-family: 'Kanit', sans-serif; color: var(--text-dark); display: flex; flex-direction: column; align-items: center; width: 100%; padding: 15px; box-sizing: border-box; line-height: 1.4; background-color: transparent; } #gamer-profile-viral-wrapper * { box-sizing: border-box; } .quiz-viral-container { background: #ffffff; padding: 24px; border-radius: 20px; box-shadow: 0 10px 30px rgba(2, 119, 189, 0.1); max-width: 550px; width: 100%; text-align: center; border: 1px solid var(--border-blue); margin-bottom: 30px; } #gamer-profile-viral-wrapper h1 { font-size: 24px; margin: 0 0 15px 0; color: var(--primary-blue); font-weight: 700; } .progress-container { margin-bottom: 20px; } .progress-text { font-size: 14px; color: #666; margin-bottom: 8px; font-weight: 600; } .progress-bar-bg { background-color: #f0f0f0; border-radius: 10px; height: 10px; width: 100%; overflow: hidden; } .progress-bar-fill { background: linear-gradient(90deg, #4fc3f7, var(--primary-blue)); height: 100%; width: 10%; transition: width 0.4s ease; } .question-text { font-size: 18px; margin-bottom: 20px; font-weight: 600; text-align: left; color: #111; min-height: 50px; } .options-container { display: flex; flex-direction: column; gap: 12px; } .option-btn { background: #ffffff; color: var(--text-dark); border: 2px solid var(--border-blue); padding: 14px 18px; border-radius: 12px; cursor: pointer; font-size: 15px; transition: all 0.2s ease; font-family: 'Kanit', sans-serif; text-align: left; } .option-btn:hover { background: var(--light-blue); border-color: var(--primary-blue); color: var(--primary-blue); font-weight: 600;} .hidden { display: none !important; } .fade-in { animation: fadeIn 0.4s ease-out forwards; } @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; tran...