|
|
| Строка 11: |
Строка 11: |
| </div> | | </div> |
|
| |
|
| <a href="#" class="nice-button">Подробнее о продукте</a>
| |
|
| |
| <style>
| |
| .nice-button {
| |
| display: inline-block;
| |
| padding: 14px 28px;
| |
| background: linear-gradient(135deg, #3A8DFF, #72C6FF);
| |
| color: white;
| |
| font-weight: bold;
| |
| border-radius: 10px;
| |
| text-decoration: none;
| |
| box-shadow: 0 4px 6px rgba(0,0,0,0.1);
| |
| transition: all 0.3s ease;
| |
| }
| |
|
| |
| .nice-button:hover {
| |
| background: linear-gradient(135deg, #2E6EDB, #5FB5F2);
| |
| box-shadow: 0 6px 10px rgba(0,0,0,0.15);
| |
| }
| |
| </style>
| |
|
| |
|
|
| |
|