This is a solution to the Four card feature section challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
- Solution URL: 4-card-feautures
- Live Site URL: Add live site
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
.container .content {
display: grid;
grid-template-columns:repeat(3, 1fr);
gap: 30px;
}
- Frontend Mentor - @Ezekiel-Great
- Twitter - @yeshua_codeit