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: View Solution
- Live Site URL: View Live Url
- Imported Font from Google
- Implemented the design system with css custom properties and some components
- Used Mobile first approach
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
I learned how to use linear gradients
i.e:
#grad {
background-image: linear-gradient(red, yellow);
}
- Gradients
- Email - Destiny Adebayo