The only problem I'm having is trying to manipulate the height of the buttons to be relative to the full screen... I got the width working correctly but not the height. Currently I'm changing the font-size and not the actual height. But as you can see from the screen shots below it would be better to adjust the height relative to the total space available.
Currently I just created a class style in my .css file here's what it looks like:
#buttons
{
font-size: 400%;
width: 24%
}
I've tried height: 20% but it does absolutely nothing...
Portrait
Landscape
So all in all, besides the fact that it's purely javascript and html, I actually enjoyed getting something done tonight. Granted it does next to nothing but still it works, and that's really all I care about right now.
//END OF LINE
No comments:
Post a Comment