Soolatüügas
body { font-family: ‘Montserrat’, sans-serif; background-color: #fdf2f8; } .wart-pulse { animation: wartPulse 3s infinite; } @keyframes wartPulse { 0% { fill: #f9a8d4; fill-opacity: 0.7; } 50% { fill: #d8b4fe; fill-opacity: 0.9; } 100% { fill: #f9a8d4; fill-opacity: 0.7; } } .tab-content { display: none; } .tab-content.active { display: block; } .progress-bar { transition: width 0.5s […]