52 lines
1.1 KiB
CSS
52 lines
1.1 KiB
CSS
.hero-cubs {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-self: start;
|
|
}
|
|
|
|
.hero-cubs .lr-button {
|
|
margin-top: 71px;
|
|
}
|
|
|
|
.hero-cub1 {
|
|
position: relative;
|
|
width: 391px;
|
|
height: 394px;
|
|
border-radius: 25px;
|
|
background: center / cover no-repeat url('../../../../../images/img.png'), #F8F8F8;
|
|
}
|
|
.hero-cub1::after {
|
|
content: '';
|
|
position: absolute;
|
|
z-index: -1;
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 25px;
|
|
background: center / cover no-repeat url('../../../../../images/img.png'), #F8F8F8;
|
|
transform: translateY(25px);
|
|
|
|
filter: blur(83.7px);
|
|
}
|
|
|
|
.hero-cub2 {
|
|
position: absolute;
|
|
top: 181px;
|
|
left: calc(100% + 38px);
|
|
width: 320px;
|
|
height: 322px;
|
|
border-radius: 25px;
|
|
background: center / cover no-repeat url('../../../../../images/img_1.png'), #F8F8F8;
|
|
}
|
|
.hero-cub2::after {
|
|
content: '';
|
|
position: absolute;
|
|
z-index: -1;
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 25px;
|
|
background: center / cover no-repeat url('../../../../../images/img_1.png'), #F8F8F8;
|
|
transform: translateY(25px);
|
|
|
|
filter: blur(83.7px);
|
|
} |