SeanChenTaipei 2 years ago
commit b17dd1de25
  1. 7
      templates/result_view.html

@ -3,13 +3,6 @@
{% block title %}Result View{% endblock %}
{% block style %}
.card-body {
<!-- background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url({{ url_for('static', filename='img/cat.png') }});
background-attachment: fixed-bottom;
background-position: right bottom -10px;
background-repeat: no-repeat; -->
<!-- background-size: 40%; -->
}
{% endblock %}
{% block content %}

Loading…
Cancel
Save