This pen simulates a functional timepicker using HTML semantic elements and CSS3 super-powers.
Problem Statement: The challenge was to create an interactive timepicker (showing behaviour, usually done by javascript) where user can choose between hours and minutes by clicking on it different base sections.
Solution: Using html radio input elements and css3 animations, i have tried to simulate a functional timepicker.