Can I shrink or expand text according to browser resolution just using html and css?
Basically I want to create a website which is compatible with 1024x768 and 320x480. I managed everything to shrink to size (images, video) but I wasn't able to find a way to shrink the text from 1024x768 to 320x480.
Has anyone got a simple solution to this? Has anyone had the same problem?
I'm open to any ideas which involve css3 and html5, I dont't want to use anything else javascript,jquery. That are the specifications given to me.