8,957
edits
No edit summary |
No edit summary |
||
Line 32: | Line 32: | ||
background-blend-mode: overlay; /* Смешивание градиента с изображением */ | background-blend-mode: overlay; /* Смешивание градиента с изображением */ | ||
filter: brightness(1.5); /* Увеличение яркости изображения */ | filter: brightness(1.5); /* Увеличение яркости изображения */ | ||
background-position: calc(0% + 10px) center, calc(100% - 10px) center, center center; /* Позиционирование изображений с отступом */ | background-position: calc(0% + 10px) center, calc(100% - 10px) center, center center; /* Позиционирование изображений с отступом */ | ||
} | } | ||
Line 45: | Line 43: | ||
color: #DA4541; | color: #DA4541; | ||
font-family: 'MyCustomFont3', sans-serif; | font-family: 'MyCustomFont3', sans-serif; | ||
padding-top: | padding-top: 50px; /* Отступ сверху */ | ||
padding-bottom: | padding-bottom: 50px; | ||
} | } | ||