Answer the question
In order to leave comments, you need to log in
How to make an image overlay effect?
Good day
How to implement a similar effect? the background duplicates the picture in front (well, or vice versa)
Answer the question
In order to leave comments, you need to log in
HTML:
<div class="container">
<img src="ссылка на изображение" class="center">
</div>
.container {
width: 100vw;
height: 100vh;
filter: blur(10px);
background: url("ссылка на изображение");
}
.center {
width: 50px;
margin: auto;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question