8,957
edits
No edit summary |
No edit summary |
||
Line 31: | Line 31: | ||
background-blend-mode: overlay; /* Смешивание градиента с изображением */ | background-blend-mode: overlay; /* Смешивание градиента с изображением */ | ||
background-position: top 10px center, bottom 10px center; /* Отступы сверху и снизу по 10px */ | background-position: top 10px center, bottom 10px center; /* Отступы сверху и снизу по 10px */ | ||
background-origin: content-box; /* Исходная позиция изображения учитывает padding */ | |||
} | } | ||