Search clean css ui framework for mobile network

I am looking for a CSS structure to create form elements and lists that are large and convenient on small screens. It should be the basis only for CSS, with little or no JavaScript. Something like Twitter Bootstrap. I don’t want to use a JavaScript heavy structure like jQueryMobile. Adaptive layout and grid support are also not needed.

+6
source share
1 answer

If you want to use the iOS style, you can try iWebKit and iUI .

You can also use any responsive environment like Bootstrap.

+3
source

All Articles