Deportes americanos

<div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><style> /* Add this CSS to your stylesheet */ ...Leer más ...Leer menos

category-buttons { display: flex; justify-content: flex-start; /* Align buttons to the left on desktop */ flex-wrap: wrap; margin-bottom: 20px; } .category-buttons .button { margin: 5px; /* Spacing between buttons and bottom */ padding: 10px 15px; /* Padding inside the buttons */ background-color: #1e5929; color: #fff; text-decoration: none; font-size: 1em; font-weight: bold; border-radius: 5px; box-sizing: border-box; text-align: center; flex: 1 0 auto; /* Adjust this to manage how many buttons per row */ box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15); /* Drop shadow */ } /* Specific styles for desktop */ @media (min-width: 992px) { /* Adjusted for standard desktop breakpoint */ .category-buttons .button { flex: 1 1 calc(25% - 20px); /* 4 in a row - adjust the percentage and subtract the total margin */ margin: 5px; } } /* Specific styles for mobile */ @media (max-width: 767px) { .category-buttons .button { flex: 1 1 calc(50% - 20px); /* 2 in a row - adjust the percentage and subtract the total margin */ margin: 5px; } } .p { margin-bottom: 5px; } </style> <p><strong>SHOP BY SPORT</strong></p> <div class="category-buttons"> <a href="https://www.classicfootballshirts.co.uk/classic-american-sports/nfl.html" class="button">NFL</a> <a href="https://www.classicfootballshirts.co.uk/classic-american-sports/nba.html" class="button">NBA</a> <a href="https://www.classicfootballshirts.co.uk/classic-american-sports/nhl.html" class="button">NHL</a> <a href="https://www.classicfootballshirts.co.uk/classic-american-sports/mlb.html" class="button">MLB</a> </div></div>

Por favor