Malo - CSS Library(code.google.com)
code.google.com
Malo - CSS Library
http://code.google.com/p/malo/
5 comments
@brusgfire: If you mix these 6 pre-defined widths for columns you will have many many more combinations.
You are right. It took me a little bit to actually understand the process. This is actually very smart! Thanks for this, I'll look at incorporating this into my ongoing projects and see how it works out.
I've found CSS frameworks to be great if you have a really deep site with a lot of people working on it. YUI is currently my favorite. Otherwise, most people would probably be better off building their own framework. This tends to work great for me:
@reset @typography @forms @layout @IE-fixes
@reset @typography @forms @layout @IE-fixes
Looked for comparisons on this vs YUI css , couldn't find many.......doesn't malo mean bad in spanish? :)
Malo means "small" ;)
In Slavic languages yes, but in Spanish it has indeed negative connotations:
http://www.google.com/dictionary?langpair=es|en&q=malo
http://www.google.com/dictionary?langpair=es|en&q=malo
wicked,evil lol . It is better not to translate in Spanish :)
http://translate.google.com/translate_t?hl=en#es|en|malo
guess Google and I are both wrong, I don't mind being in the same boat as google for once ;)
guess Google and I are both wrong, I don't mind being in the same boat as google for once ;)
I'm pretty sure it means 'bad-ass' in spanish ;)
Its cool that css frameworks are starting to use fluid widths instead of fixed px found in most original grid layouts.
wow this is seriously great. I couldn't believe how simple it was for how versatile it is in relation to how small the codebase is! (~8 lines)
The idea of having something <1kb is also super rad.
But, unless I am missing something, this is basically a CSS sheet with 6 pre-defined widths for columns. As such, it doesn't really help me out all that much.