I have a listing of pictures to scroll. I desire that the left and also best side of a div which is having the pictures div container end up being obscured, and also just one picture shows up yet the side one reveals obscured. My code is listed below:
img-tokry {
size: 500px;
/ * flex-wrap: cover;
flex-direction: row; */.
cushioning: 2em 0;.
margin: 0 car;.
space: 2em;.
overflow-x: scroll;.
justify-content: space-between;.
}
. nft-img {
min-width: 100px;.
min-height: 100px;.
max-width: 200px;.
max-height: 200px;.
/ * object-fit: fill; */.
boundary: 2px strong var(-- cl-1--);.
box-shadow: 5px 5px 20px var(-- cl-8--);.
border-radius: 15%;.
/ * margin: 16px; */.
}
. nft-img: float {
change: range( 1.3 );.
border-color: var(-- cl-2--);.
box-shadow: none;.
margin: 5px 20px;.
change: 0.3 s ease-in-out;.
}
<< div course=" img-tokry row">>.
<< div course=" imgs">
<> < img course=" nft-img" src=" https://stackoverflow.com/Graphics/IMGs/5-01.png" alt=" NFT Picture"/>>.
<.
<< div course=" imgs">
<> < img course=" nft-img" src=" https://stackoverflow.com/Graphics/IMGs/5-01.png" alt=" NFT Picture"/>>.
<.
<< div course=" imgs">
<> < img course=" nft-img" src=" https://stackoverflow.com/Graphics/IMGs/5-01.png" alt=" NFT Picture"/>>.
<.
<< div course=" imgs">
<> < img course=" nft-img" src=" https://stackoverflow.com/Graphics/IMGs/5-01.png" alt=" NFT Picture"/>>.
<.
<< div course=" imgs">
<> < img course=" nft-img" src=" https://stackoverflow.com/Graphics/IMGs/5-01.png" alt=" NFT Picture"/>>.
<.
<< div course=" imgs">
<> < img course=" nft-img" src=" https://stackoverflow.com/Graphics/IMGs/5-01.png" alt=" NFT Picture"/>>.
<.
<< div course=" imgs">
<> < img course=" nft-img" src=" https://stackoverflow.com/Graphics/IMGs/5-01.png" alt=" NFT Picture"/>>.
<.
<< div course=" imgs">
<> < img course=" nft-img" src=" https://stackoverflow.com/Graphics/IMGs/5-01.png" alt=" NFT Picture"/>>.
<.
<< div course=" imgs">
<> < img course=" nft-img" src=" https://stackoverflow.com/Graphics/IMGs/5-01.png" alt=" NFT Picture"/>>.
<.
<< div course=" imgs">
<> < img course=" nft-img" src=" https://stackoverflow.com/Graphics/IMGs/5-01.png" alt=" NFT Picture"/>>.
<.
<< div course=" imgs">
<> < img course=" nft-img" src=" https://stackoverflow.com/Graphics/IMGs/5-01.png" alt=" NFT Picture"/>>.
<.
<
Absolutely nothing was anticipated as I do not understand exactly how to obscure the sides, I really did not also discover any type of blur alternatives on the web.
Kindly inform me the residential property which specifies the blur of a div, and also all the kid divs and so on in css, after that I can establish a different blur for each and every side and also my trouble will certainly be fixed.
I do not desire box darkness on the sides, I desire blur and also progressively the opacity to zero on left and also best side.