[ad_1]
So I´m currently trying to get my hero section image to blur towards the bottom with thise classes:
.hero-section {
height: 100vh;
background-image: url("../../assets/Images/governance.png");
background-size: cover;
background-repeat: no-repeat;
box-shadow: 0 0 30px 40px #232323 inset;
margin-bottom: 10rem;
}
How would I have to change the box shadow so it only blurs on the bottom side, any ideas?
Cheers!
[ad_2]