Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.08 KB

README.md

File metadata and controls

55 lines (39 loc) · 1.08 KB

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
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow
  • Vanilla JS

What I learned

@media (hover: hover) {
  &:hover {
    cursor: pointer;
    box-shadow: -0.2rem -0.2rem 2rem 0.3rem $neon-green;
  }
}

Author