This is my solution to the Single price grid component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
- Solution URL: Frontend Mentor
- Live Site URL: GitHub Pages
- Semantic HTML5 markup
- Sass - CSS preprocessor
- CSS Grid
- Sass variables
- Sass partial files
- Mobile-first workflow
- BEM methodology
While working through this project, I learned the BEM methodology.
<div class="why">
<h2 class="why__title">Why Us</h2>
<ul class="why__list">
<li class="why__item">Tutorials by industry experts</li>
</ul>
</div>