Introduction to CSS — Project Assignment 5:
Calculator
The Calculator
In this project I built an interface for a calculator. The calculator has numbers from 0 to 9 and basic arithmetic operations, addition, subtraction, multiplication and division.
Calculator display is presented with an <input> field where the clicked numbers will be displayed.
I have used a mobile calculator application 'RealCalc' as an example for design.