A
A
AlinaMoskaluk2021-07-12 18:47:01
css
AlinaMoskaluk, 2021-07-12 18:47:01

How to make a blur on a slide so that it is not cut off?

Guys, help. I am making a website. Already made up. But can't make one point on the slide.
It is necessary that one picture was extreme with a blur. But the edges of the slide cut off this blur. How to make it so that it would not be cut off, but look like in the layout?

I attached a photo of how it is in the layout
60ec63af7f063584484044.png

and how it turns out for me.
60ec63d9b0ccd972775697.png

I also attached a site where I planted the layout.
www.testol.site

I would be very grateful for your help

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikita Mokhovikov, 2021-07-12
@mohovoy

Personally, I managed to do this: ( It seems like it even looks like a layout )
60ec72caf1508238578284.png

CSS code

Цвет брад с выше заблюреных объектов
.slider-img > .inner {
    position: absolute;
    width: 80%;
    height: 80%;
    background-color: #ACCDFF;
    filter: blur(150px);
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question