This is a solution to the Advice generator app 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 app depending on their device's screen size
- See hover states for all interactive elements on the page
- Generate a new piece of advice by clicking the dice icon
- Solution URL: FrontendMentor.io
- Live Site URL: https://ericsalvi.github.io/advice-generator-app/
- Semantic HTML5 markup
- Mobile-first workflow
- SCSS
- Axios
- Flexbox
- CSS Grid
I actually learned a neat little trick from @maiaflow about box shadows. Typically I'll use a generator and try to get it looking just right from the beginning. She taught me that you should set your offset first without any blur or spread that way you can easily see the poisition of the shadow. Then once it is in the right area, you can set your spread/blur. Made the box shadow on this component area super easy to implement.
- Website - Eric Salvi
- Frontend Mentor - @ericsalvi