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.
Your challenge is to build out this feature section and get it looking as close to the design as possible.
Your users should:
- View the optimal layout for the site depending on their device's screen size
- Solution URL: Github Repo
- Live Site URL: Github Pages
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- css property transform which transforms the div by 50% on y-axis
transform: translateY(50%);
- box-shadow codepen resources
- Frontend Mentor - @archana-nagaraj
- Github - @archana-nagaraj
- Email - archana.nagaraj
Had fun building! 🚀