Perform to move main developing to git
This commit is contained in:
parent
7407ba7396
commit
2c3445c889
@ -32,11 +32,12 @@
|
||||
#intro-wrapper > img{
|
||||
width: 40%;
|
||||
}
|
||||
/*-------BUTTON-------*/
|
||||
|
||||
.buttons{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-top: 5em;
|
||||
margin-top: 7em;
|
||||
}
|
||||
|
||||
#button-to{
|
||||
@ -60,7 +61,8 @@
|
||||
background: #231765;
|
||||
border-radius: 12px;
|
||||
}
|
||||
/*SLOG*/
|
||||
|
||||
/*---------SLOG--------*/
|
||||
|
||||
.slog{
|
||||
box-sizing: border-box;
|
||||
@ -88,9 +90,22 @@
|
||||
align-items: center;
|
||||
|
||||
color: #231765;
|
||||
|
||||
|
||||
}
|
||||
|
||||
/*---------------CUBE-ARC---------------*/
|
||||
|
||||
#cube{
|
||||
position: relative;
|
||||
top:14em;
|
||||
right:2em;
|
||||
}
|
||||
|
||||
#arc{
|
||||
position: relative;
|
||||
top: 2.1em;
|
||||
left: 35.5em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -119,9 +134,17 @@
|
||||
</div>
|
||||
|
||||
<h1>Создай объявление и получи ремонт с гарантией качества</h1>
|
||||
|
||||
<!------------SLOG----------->
|
||||
|
||||
<div id="cube-arc">
|
||||
<img id="cube" src="{% static 'images/cube.png' %}" alt="">
|
||||
<img id="arc" src="{% static 'images/arc.png' %}" alt="">
|
||||
</div>
|
||||
<div class="slog">
|
||||
<h2>Здесь вы найдете проверенного исполнителя или заказчика под любую вашу задачу и профиль</h2>
|
||||
</div>
|
||||
<!------------BUTTON----------->
|
||||
|
||||
<div class="buttons">
|
||||
<a id="button-on" href="{% url 'index' %}">Создать заказ</a>
|
||||
|
Reference in New Issue
Block a user