rpad88 / pricing-component-with-toggle-master

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Mentor - Pricing component with toggle solution

This is a solution to the Pricing component with toggle 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 component depending on their device's screen size
  • Control the toggle with both their mouse/trackpad and their keyboard
  • Bonus: Complete the challenge with just HTML and CSS

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • Mobile-first workflow

What I learned

Scale on hover

.card:hover {
  transform: scale(1.05);
}

Author

About


Languages

Language:CSS 64.2%Language:HTML 29.7%Language:JavaScript 6.1%