This is a solution to the Single price grid component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- View the optimal layout for the component depending on their device's screen size
- See a hover state on desktop for the Sign Up call-to-action
- Solution URL: GitHub
- Live Site URL: Single Price Grid Component
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- BEM naming convention
Getting used to Grid and its behavior, particularly the use of grid-column: 1 / span 2 for the desktop view to make the first section span two columns and push the remaining sections to the next row
Looking forward to utilizing Grid again in future challenges to familiarize myself with its behavior and best practices
- Frontend Mentor - @mbdelarosa
