додобавлено затемнение изображения на фоне

This commit is contained in:
DmitriyB
2022-07-28 13:08:00 +05:00
parent f2bfdf7a94
commit e558c6d439
+10 -2
View File
@@ -19,8 +19,16 @@
height: 100%;
/* background: url('backgroundImage.svg') 50% 50% no-repeat; */
background: url('backgroundImagePng.png') 50% 50% no-repeat;
/* background-size: 100% 100%; */
background-size: cover;
background-color: #B196AF;
/* background-size: 100% 100%; */
}
.background-image::after {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
}
.main-part-header {