I'm building something for a schoolproject.. and I'm probably wrong with my current code, since it's not what I want.. So I would like to ask for support!
First of all: All must be in percentages, since it's for Mobile phone screens and all is based on the resolution. I want all things relatively equal in size, so I assume percentages are best here.
Well the think I need is
Row 1 height:20% [Block one width:60%][Block two width: 40%]
Row 2 height: 60% [Block one width:100%]
Row 3 (footer) height: 20% [Block one width: 100%]
Row 1 must at all time be at the top (duh) Row 2 must be next, be in centered all the time and must have a fixed height of 60% of screen height, no matter what is in there Row 3 must be as footer and comes below row 2 (duh)
I think there isn't much of big code in here.. But I can't figure the fixed height, since my 'footer' always comes directly after row 2, instead of the total bottom..
Thanks in advance!