I am creating a calculator.This is my html for the calculator: http://pastebin.com/JQYbNBmZ
and this is my css for the calculator: http://pastebin.com/DEMgqyYi
I have used width="100%" for the buttons CE, CA and 0 to stretch 2 columns. However, if I use height="100%" for the buttons + and = to stretch 2 rows all the buttons actually get smaller. How would you go about that?