2 Core Round Cable

A collection page of LEDSone UK Ltd

category
Products
28
Active ads
0
Depth
Published
2019/12/19

About

* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; line-height: 1.6; color: #333; background: #f9f9f9; } .container { max-width: 1400px; margin: 0 auto; padding: 20px; } .category-header { text-align: center; padding: 40px 20px; background: white; margin-bottom: 30px; border-radius: 8px; } .category-header h1 { font-size: 2.5rem; margin-bottom: 15px; color: #2c3e50; } .category-description { max-width: 1000px; margin: 0 auto; font-size: 2.05rem; color: #555; } .category-links { display: flex; justify-content: center; gap: 15px; margin: 25px 0; flex-wrap: wrap; } .category-links a { padding: 10px 20px; background: #2c3e50; color: white; text-decoration: none; border-radius: 5px; transition: background 0.3s; font-size: 0.95rem; } .category-links a:hover { background: #34495e; } .content-section { background: white; padding: 40px; margin-bottom: 30px; border-radius: 8px; } .row-block { display: flex; gap: 30px; margin-bottom: 40px; align-items: flex-start; } .row-block.reverse { flex-direction: row-reverse; } .column-left { flex: 65%; } .column-right { flex: 35%; text-align: center; } .column-full { flex: 100%; text-align: center; } h2 { font-size: 2rem; margin-bottom: 15px; color: #2c3e50; } h3 { font-size: 2.5rem; margin: 25px 0 15px; color: #34495e; } p { margin-bottom: 15px; text-align: justify; } .column-right img { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 15px; } .column-full img { max-width: 300px; height: auto; border-radius: 8px; margin: 10px; } ul { margin-left: 20px; margin-bottom: 15px; } li { margin-bottom: 10px; } .applications-list li { font-weight: 600; color: #2c3e50; } .image-gallery { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin: 30px 0; } .faq-section { background: #f8f9fa; padding: 30px; border-radius: 8px; margin-top: 30px; } .faq-item { margin-bottom: 25px; } .faq-item h3 { colo