interest container style

PHOTO EMBED

Wed Jun 29 2022 15:36:56 GMT+0000 (Coordinated Universal Time)

Saved by @mbala #css

.interest-container {
    max-height: 400px;
    width: 400px;
    box-shadow: 0px 2px 20px rgba(0,0,0,0.1),  0px 2px 20px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 120px; */
}
.interest-container img {
    width: 400px;
    height: 400px;
}
content_copyCOPY