4,554
edits
No edit summary |
No edit summary |
||
Line 298: | Line 298: | ||
*/ | */ | ||
} | } | ||
.card { | .card { | ||
/* | /*display: flex; Use flexbox */ | ||
/*align-items: center; Vertically center children */ | |||
/*justify-content: start; Align children to the start of the row */ | |||
width: 100%; /* Full width */ | |||
*/ | |||
} | } | ||
.card:hover { | .card:hover { | ||