IG
Size: a a a
IG
c
IG
c
IG
IG
c
c
A
LT
c
IG
С🥔
<div className={"block"}>
<div className={"block-background"}>
<img src={this.state.blockBackground}/>
</div>
<div className={"block-bottom-blur"}>
<img src={this.state.blockBackground}/>
</div>
</div>
.block {
width: 250px;
height: 250px;
display: flex;
position: relative;
overflow: hidden;
}
.block-background {
display: block;
overflow: hidden;
width: 100%;
height: 100%;
}
.block-bottom-blur {
}
С🥔
c
IG
c
IG