splitter-tip-calculator-app

Frontend Mentor - Tip calculator app solution

Table of contents

Overview

The challenge

Users should be able to:

Screenshot

My process

Built with

What I learned

I learnt how to style a radio button that is on checked

input[type="radio"]:checked+label {
    color: hsl(183, 100%, 15%);
    background-color: hsl(172, 67%, 45%);
}

Author