modified: static/css/styles.css
modified: templates/index.html modified: templates/minecraft.html
This commit is contained in:
@@ -100,6 +100,20 @@ section { scroll-margin-top: 80px; }
|
||||
.stat-item { background:#141414; border:1px solid #222; border-radius:12px; padding: 1.25rem; text-align:center; }
|
||||
.stat-number { font-size:1.4rem; color:#00d4ff; font-weight:800; }
|
||||
.stat-label { color:#a7a7a7; font-size:.9rem; }
|
||||
|
||||
/* Community Section */
|
||||
.community-section { padding: 80px 0; background:#0a0a1a; }
|
||||
.community-section h2 { color:#fff; text-align:center; margin-bottom:.5rem; }
|
||||
.community-section .section-subtitle { text-align:center; color:#9b9b9b; margin-bottom:2.5rem; }
|
||||
.community-content { display:grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap:2rem; }
|
||||
.community-card { background:rgba(255,255,255,0.03); border:1px solid rgba(0,212,255,0.2); border-radius:16px; padding:2rem; }
|
||||
.community-icon { width:60px; height:60px; border-radius:12px; background:linear-gradient(135deg, #ff0000 0%, #cc0000 100%); display:flex; align-items:center; justify-content:center; font-size:1.75rem; color:#fff; margin-bottom:1rem; }
|
||||
.community-card h3 { color:#fff; font-size:1.4rem; margin-bottom:.5rem; }
|
||||
.timeline-badge { color:#00d4ff; font-size:.9rem; font-weight:600; margin-bottom:.75rem; display:inline-block; }
|
||||
.community-card p { color:#e0e0e0; line-height:1.7; margin-bottom:.75rem; }
|
||||
.community-card a { color:#00d4ff; text-decoration:none; transition:color 0.3s ease; }
|
||||
.community-card a:hover { color:#00a8e6; text-decoration:underline; }
|
||||
|
||||
.cta { padding: 80px 0; background: linear-gradient(135deg,#0c0c0c,#121a24); }
|
||||
.cta-content { text-align:center; }
|
||||
.cta h2 { color:#fff; font-size:2rem; margin-bottom:.5rem; }
|
||||
|
||||
Reference in New Issue
Block a user