This is a solution to the Skilled e-learning landing page 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 depending on their device's screen size
- See hover states for interactive elements
- Solution URL: Frontend mentor
- Live Site URL: Github Pages
- Semantic HTML5 markup
- SCSS custom properties, partials, mixins, 7-1 structure
- Flexbox
- CSS Grid
- Mobile-first workflow
This is my first full project using SASS. After some mishaps I quickly liked it - mixins especially. I hope to learn even more about it in the future.
@mixin typography($fontSize, $fontWeight, $lineHeight, $fontColor){
font-size: $fontSize;
font-weight: $fontWeight;
line-height: $lineHeight;
color: $fontColor;
}
- SASS guidelines - Really helpful in learning Sass and SCSS current practices.
- CSS Reset - An awesome CSS Reset.
- Github - Łukasz Lubaszewski
- Frontend Mentor - @luckyszakul0