Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.85 KB

README.md

File metadata and controls

54 lines (36 loc) · 1.85 KB

Frontend Mentor - Advice generator app solution

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.

Table of contents

Overview

The challenge

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

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • Mobile-first workflow
  • SCSS
  • Axios
  • Flexbox
  • CSS Grid

What I learned

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.

Author