Achievement Badge
Game achievement unlocked card with a glowing medal, ribbon and an XP reward.
- Görüntülenme
- 0
Önizleme izole bir çerçevede çalışır — efekt sayfanın stillerini etkilemez.
Achievement Badge kaynak kodu
.fx-card-achieve {
width: 240px; padding: 24px 20px 18px; text-align: center; color: #fff;
background: linear-gradient(160deg, #1a1a2e, #2a1a4e);
border-radius: 12px; box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4); position: relative; overflow: hidden;
}
.fx-card-achieve::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 0%, rgba(255, 215, 0, 0.2), transparent 60%); }
.fx-card-achieve-ribbon { width: 36px; height: 50px; margin: 0 auto 8px; background: linear-gradient(180deg, #c0392b, #8b0000); clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%); position: relative; z-index: 1; }
.fx-card-achieve-medal { width: 70px; height: 70px; margin: 0 auto 12px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, #ffd700, #b8860b); display: flex; align-items: center; justify-content: center; font-size: 36px; color: #5a3a00; box-shadow: 0 0 20px rgba(255, 215, 0, 0.6), inset 0 2px 4px rgba(255, 255, 255, 0.4); animation: fx-achieve-glow 2s ease-in-out infinite; position: relative; z-index: 1; }
.fx-card-achieve-title { position: relative; z-index: 1; margin: 0 0 4px; font-size: 10px; letter-spacing: 3px; color: #ffd700; font-weight: 700; }
.fx-card-achieve-name { position: relative; z-index: 1; margin: 0 0 2px; font-size: 18px; font-weight: 800; }
.fx-card-achieve-desc { position: relative; z-index: 1; margin: 0 0 12px; font-size: 11px; opacity: 0.7; }
.fx-card-achieve-xp { position: relative; z-index: 1; display: inline-block; padding: 4px 12px; border-radius: 999px; background: rgba(255, 215, 0, 0.15); border: 1px solid #ffd700; color: #ffd700; font-size: 12px; font-weight: 700; }
@keyframes fx-achieve-glow { 0%,100% { box-shadow: 0 0 20px rgba(255, 215, 0, 0.6), inset 0 2px 4px rgba(255, 255, 255, 0.4); } 50% { box-shadow: 0 0 32px rgba(255, 215, 0, 0.9), inset 0 2px 4px rgba(255, 255, 255, 0.4); } }Kalan 0 satırı görmek için ücretsiz üye ol
Tüm efektler ücretsiz. Üyelik yalnızca tam kaynağı, kopyalamayı ve tarayıcı içi editörü açar.
Bu efektte bir sorun mu var, yoksa daha iyisini mi yazdın? Düzeltme gönder — onaylanırsa puan kazanırsın.
Sorun bildir veya düzeltKatkıda bulunanlar
Achievement Badge nasıl kullanılır?
- 1. HTML parçasını sayfanda kullanmak istediğin yere yapıştır.
- 2. CSS bloğunu stil dosyana veya bir
<style>etiketine ekle. - 3. Renkleri ve süreleri kendi tasarımına göre değiştir — bağımlılık yok, saf CSS.
Kartlar kategorisindeki tüm efektler gibi bu efekt de tamamen ücretsizdir; ticari projelerde de kullanabilirsin. Kütüphanenin tamamı için Kartlar koleksiyonuna göz at.
Benzer Kartlar efektleri
TümüCoffee Passport
Coffee passport card with stamp grid, roast notes, and a bean icon.
Friend Request Card
Friend request card with avatar, mutual friends, and buttons.
Invite Only Card
Invite-only card with an envelope flap, wax seal, and elegant calligraphy title.