Files
FireGame/templates/widgets/w_level.html
2023-07-12 23:57:32 +03:00

20 lines
699 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% load static %}
<div class="level-cont level-border-1">
<div class="container-background-level level-background-1">
<div class="container-content-level">
<h2>
УРОВЕНЬ 1 <br/> Лёгкий
</h2>
<div class="bottom-part_w">
<div class="description-level-card">
<div>Можно выиграть: +150%</div>
<div>Цена входа: 1$</div>
</div>
<div class="button-level-card">
<button class="color-button-level-card-1">Начать</button>
</div>
</div>
</div>
</div>
</div>