ser_btn.html 378 B

1234567
  1. {% load static %}
  2. <a href="{% url 'order' %}">
  3. <div style="float: right; width: 120px; height: auto; transform: rotate(5deg); cursor: pointer;">
  4. <span style="position:relative; right: -30px; top: 75px; color: white; font-size: 18px; font-family: Lobster; ">Заказать</span>
  5. <img src="{% static 'landing/img/orderimg.png' %}" alt="">
  6. </div>
  7. </a>