D
D
Dobby_Narko2022-03-10 20:11:21
HTML
Dobby_Narko, 2022-03-10 20:11:21

How to filter an image??

Such a disaster. I downloaded a picture from the layout, but it came out not the same as it should.
Should be - Came out 622a3022a4cc0788300055.png
- 622a302eed874033803560.png
There (figma layout) there was also this code:

background: url(vintage-film-plate-with-noisy-shadows-of-handrails-background.jpg), #1B1B1B;

But it doesn't work naturally.
I tried to make different layers - picture and color # 1B1B1B - did not work out. Maybe he didn't do something right.
How can I get to the desired result?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dobby_Narko, 2022-03-21
@Dobby_Narko

Solution:
background-image: linear-gradient(#1B1B1B, #1B1B1B),
url(../../img/backgroud_first-top.jpg) center/cover;
background-blend-mode: multiply;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question