Smashing Pumpkins Zero Logo Vector | VectorSeek

Smashing Pumpkins Zero Logo Vector

Smashing Pumpkins Zero Logo Vector
Download Any File Type Below:
/* General button style for all download options (unchanged) */ .download-option { background-color: #4CAF50; /* Famous green color */ color: white; padding: 15px 20px; text-decoration: none; border-radius: 5px; text-align: center; font-size: 16px; display: inline-flex; align-items: center; /* Ensures vertical alignment of icon and text */ justify-content: center; width: 160px; /* Set fixed width for equal button size */ text-transform: uppercase; gap: 10px; /* Adds space between icon and text */ } /* Icon style to adjust size */ .download-option img { width: 18px; /* Make icon smaller */ height: auto; } /* Button layout for mobile (1 row with all buttons) */ @media (max-width: 768px) { .download-buttons { display: flex; justify-content: space-between; /* Align buttons in one row */ gap: 10px; /* Reduce space between buttons */ } /* Make sure all buttons fit in one row on mobile */ .download-option { width: 23%; /* Adjust width to fit all 4 buttons in one line */ font-size: 14px; /* Make the font size a bit smaller for mobile */ padding: 12px 16px; /* Adjust padding to fit smaller size */ } }

Downloading Smashing Pumpkins Zero Logo Vector files you agree to Terms and Conditions