Kontaktirajte

nas

Kontakt informacije

Email Adresa

panexco@gmail.com

Radno vreme

Ponedeljak-Petak

07:30-15:00

Telefoni:

021 6393263

Adresa:

Desanke Maksimović br.50
21000 Novi Sad

Katalog 2025

Preuzmite aktuelni katalog proizvoda za 2025. Godinu

KONTAKTIRAJTE NAS

Ukoliko imate bilo kakva pitanja slobodno nas kontaktirajte.

/* Wrapper to hold both squares */ .overlap-container { position: relative; width: 120px; /* Adjust as needed */ height: 120px; /* Adjust as needed */ } /* Base square styling */ .square { position: absolute; width: 80px; height: 80px; /* Optional: Make them respond on small screens */ } /* Bottom square: #8CB63C at 67% opacity */ .square-bottom { background-color: rgba(140, 182, 60, 0.67); top: 0; left: 0; } /* Top square: #319B50 (fully opaque) */ .square-top { background-color: #319B50; top: 20px; left: 20px; } /* Example responsive tweak */ @media (max-width: 600px) { .overlap-container { width: 90px; height: 90px; } .square { width: 60px; height: 60px; } .square-top { top: 15px; left: 15px; } }