Perform to move main developing to git

This commit is contained in:
serge 2022-10-03 12:40:31 +03:00
parent cf4982d444
commit ad659b5f30
3 changed files with 51 additions and 16 deletions

BIN
static/images/intro.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 240 KiB

View File

@ -16,7 +16,7 @@
color: var(--brand-color);
font-weight: bolder;
line-height: 1.3;
font-size: 58px;
font-size: 3.5em;
}
#intro-wrapper {
@ -31,6 +31,8 @@
#intro-wrapper > img{
width: 40%;
margin-top: 10em;
margin-left: 10em;
}
/*-------BUTTON-------*/
@ -66,16 +68,18 @@
.slog{
box-sizing: border-box;
width: 45%;
width: 40%;
display: flex;
flex-direction: row;
box-shadow:inset 0 0 0 0 #654dea;
justify-content: center;
align-items: center;
padding: 40px;
gap: 10px;
padding: 2em 3em;
background: rgba(175, 162, 255, 0.06);
backdrop-filter: blur(5px);
border-radius: 24px;
@ -83,10 +87,9 @@
.slog > h2{
font-style: normal;
font-weight: 800;
font-size: 20px;
line-height: 27px;
display: flex;
align-items: center;
color: #231765;
@ -96,17 +99,20 @@
/*---------------CUBE-ARC---------------*/
#cube{
position: relative;
top:14em;
right:2em;
position:absolute;
top: 500px;
right:1380px;
}
#arc{
position: relative;
top: 2.1em;
left: 35.5em;
position:absolute;
left: 680px;
top: 370px;
}
.cube-arc{
display:block;
}
@media screen and (max-width: 900px) {
@ -114,13 +120,42 @@
display: none;
}
.cube-arc{
display: none;
}
main{
margin-left:2em;
}
main > h1{
font-size: x-large;
font-weight: 900;
width: 70%;
margin-left: 1em;
text-align: center;
padding: 0 0;
}
.slog{
margin-top: 3em;
position:relative;
width: 90%;
padding: 0 0;
}
.slog > h2{
font-size:small;
text-align: center;
padding:0;
}
.buttons {
/* вот тут был display: inline */
display: flex;
flex-wrap: wrap;
display: block;
justify-content: left;
height: 10%;
margin-top: 5%;
margin-top: 5em;
}
#button-to{
margin: 5em auto;
}
}
@ -130,14 +165,14 @@
{% block content %}
<div id="intro-wrapper">
<img src="{% static 'images/intro.webp' %}" alt="">
<img src="{% static 'images/intro.png' %}" alt="">
</div>
<h1>Создай объявление и получи ремонт с гарантией качества</h1>
<!------------SLOG----------->
<div id="cube-arc">
<div class="cube-arc">
<img id="cube" src="{% static 'images/cube.png' %}" alt="">
<img id="arc" src="{% static 'images/arc.png' %}" alt="">
</div>