АСП.Шлюз (Меркурий): различия между версиями

Нет описания правки
Нет описания правки
Строка 11: Строка 11:
</div>
</div>


<a href="https://www.example.com" target="_blank" class="custom-button">
<span style="
  Узнать стоимость и<br>посмотреть презентацию продукта
  display: inline-block;
</a>
  background-color: #4A90E2;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: background-color 0.3s ease;
">
  <a href="https://www.example.com" target="_blank" style="color: white; text-decoration: none;">
    Узнать стоимость и<br>посмотреть презентацию продукта
  </a>
</span>


<style>
  .custom-button {
    display: inline-block;
    background-color: #4A90E2;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 10px 16px;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: background-color 0.3s ease;
    line-height: 1.4;
    max-width: 220px;
  }
  .custom-button:hover {
    background-color: #357ABD;
  }
</style>