forked from mirzaev/ff
добавлена кошка бебряша
This commit is contained in:
parent
21918f833a
commit
76ff89af86
|
@ -57,6 +57,37 @@ aside {
|
||||||
z-index : 500;
|
z-index : 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#wrap {
|
||||||
|
margin-left: 50vw;
|
||||||
|
position: relative;
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#wrap>img#masha {
|
||||||
|
z-index: 1500;
|
||||||
|
width: 333px;
|
||||||
|
height: 394px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#wrap>img#hand{
|
||||||
|
z-index: 500;
|
||||||
|
left: -30px;
|
||||||
|
bottom: -10px;
|
||||||
|
width: 70px;
|
||||||
|
height: 88px;
|
||||||
|
position: absolute;
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#wrap>img#knife {
|
||||||
|
z-index: 100500;
|
||||||
|
left: calc(-112px + 70px - 40px);
|
||||||
|
bottom: calc(-273px + 88px + 30px);
|
||||||
|
width: 112px;
|
||||||
|
height: 273px;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
z-index : 5000;
|
z-index : 5000;
|
||||||
width: 800px;
|
width: 800px;
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
|
@ -1,5 +1,5 @@
|
||||||
{% block title %}
|
{% block title %}
|
||||||
<title>{% if head.title != empty %}{{head.title}}{% else %}Скачать вирусы бесплатно{% endif %}</title>
|
<title>{% if head.title != empty %}{{head.title}}{% else %}Правила беседы{% endif %}</title>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block meta %}
|
{% block meta %}
|
||||||
|
|
|
@ -2,6 +2,11 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
|
<div id="wrap" >
|
||||||
|
<img id="masha" src="/images/photo_with_kitten.png" alt="Кошка Маша">
|
||||||
|
<img id="hand" src="/images/photo_with_hand.png" alt="я помню бебра большой">
|
||||||
|
<img id="knife" src="/images/photo_with_knife.png" alt="почему адблок сучара банит мои картинки">
|
||||||
|
</div>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="unselectable">ПРАВИЛА БЕСЕДЫ</h1>
|
<h1 class="unselectable">ПРАВИЛА БЕСЕДЫ</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
Loading…
Reference in New Issue