how to align the content of a card in html code example
Example: center content/card css
.container {
display: flex;
justify-content: center;
flex-direction: row;
}
.container {
display: flex;
justify-content: center;
flex-direction: row;
}