add 2 sections

This commit is contained in:
2026-07-15 17:15:07 +03:00
parent 910921fb85
commit c0746de3fa
10 changed files with 268 additions and 65 deletions
+14 -29
View File
@@ -13,30 +13,7 @@
}
&-item {
/* position: relative;
&::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: {
size: cover;
position: center;
image: url('../assets/services/1.png');
}
filter: brightness(28%);
z-index: 1;
}
*/
&:hover {
/*
&::before {
filter: brightness(66%);
}
*/
cursor: pointer;
}
@@ -48,13 +25,16 @@
justify-content: flex-end;
backdrop-filter: brightness(28%);
height: 100%;
&:hover {
backdrop-filter: brightness(66%);
.service-item_link {
display:block;
display: block;
}
p {
display:block;
display: block;
}
}
@@ -70,13 +50,15 @@
size: 30px;
weight: 800;
}
padding-left:38px;
color:#fff;
}
&_title {
padding-left:38px;
padding-left: 38px;
color: #fff;
font: {
size: 24px;
weight: 600;
@@ -85,24 +67,27 @@
p {
color: #fff;
padding-left:38px;
padding-right:79px;
display:none;
padding-left: 38px;
padding-right: 79px;
display: none;
}
&_link {
color: #fff;
display: none;
margin: 21px auto 39px 40px;
font: {
size: 20px;
}
&::before {
content: '';
display: inline-block;
width: 50px;
height: 18px;
margin-right: 23px;
background: {
image: url('../assets/long_arrow.svg');
size: contain;