@ayeshashaikh0Submitted almost 4 years ago
please check my responsiveness i think its working without flexbox .
please check my responsiveness i think its working without flexbox .
Hi! 😃
I recommend you remove that margin: 10% auto;
in .card-container, and put this in the div with the class .cricle:
.cricle {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
Another div is missing inside that .card-container.(Maybe .card 😋)