Steam Deck SSD
A collection page of Kingspec Tech
About
/* KingSpec Modern Tech Theme */ .collection-content { font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; color: #ffffff; /* Deep Black Text */ background-color: #000000; max-width: 1200px; margin: 0 auto; padding: 40px 20px; } /* Requested Anchor Link Color: KingSpec Red */ .collection-content a { color: #d32f2f; /* Strong Red */ text-decoration: none; font-weight: 600; border-bottom: 2px solid transparent; transition: all 0.3s ease; } .collection-content a:hover { color: #b71c1c; /* Darker Red on Hover */ border-bottom: 2px solid #b71c1c; } /* Modern Headers */ .collection-content h2 { font-size: 2.5rem; font-weight: 800; color: #ffffff; text-transform: titlecase; letter-spacing: -1px; margin-bottom: 20px; position: relative; display: inline-block; } /* Red Accent Line under H1 */ .collection-content h2::after { content: ''; display: block; width: 60px; height: 4px; background-color: #d32f2f; margin-top: 10px; } .collection-content h3 { font-size: 1.8rem; font-weight: 700; color: #d32f2f; margin-top: 50px; margin-bottom: 20px; border-left: 5px solid #d32f2f; padding-left: 15px; } .collection-content h4 { font-size: 1.3rem; font-weight: 600; color: #333; margin-top: 30px; margin-bottom: 10px; } /* Tech Spec Grid */ .tech-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin: 40px 0; } .tech-card { background-color: #f8f8f8; /* Light Grey Background */ border: 1px solid #e0e0e0; padding: 30px; border-radius: 8px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .tech-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); border-color: #d32f2f; } .card-icon { font-size: 2rem; color: #d32f2f; margin-bottom: 15px; display: block; } /* Comparison Table - Modern Dark Style */ .specs-table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 40px 0; border-radius: 8px; overflow: hidden; border: 1px sol