Wing – A dead-simple, responsive, CSS framework(usewing.ml)
usewing.ml
Wing – A dead-simple, responsive, CSS framework
http://usewing.ml
5 comments
I am curious as well. The page looks very similar to skeleton's homepage.
What does this offer that other frameworks don't?
What does this offer that other frameworks don't?
Mousing over "check it out" makes the center div jump up and blur momentarily. The same effect is more pronounced when mousing away from it as the button fades back to its default.
Apparently my skills for debugging live CSS could use improvement since I can't find whatever's changing to cause the effect.
Apparently my skills for debugging live CSS could use improvement since I can't find whatever's changing to cause the effect.
Oh I see, this is a known issue, as webkit will treat the text in the same div of the button, which has a transform, as an image. This makes things blurry as a price of hardware acceleration.
See more here: http://stackoverflow.com/questions/4641522/how-to-force-re-r...
I will try getting this fixed.
See more here: http://stackoverflow.com/questions/4641522/how-to-force-re-r...
I will try getting this fixed.
[deleted]
On my Nexus 5X mobile the page scrolls also horizontally, revealing a white space.
From the first page of https://www.google.com/search?q=minimal+css+framework, we have Milligram, Pure, Base, MinimalCSS, Bulm, and Skeleton. There's even a GitHub project which catalogs this: https://github.com/neiesc/ListOfMinimalistFrameworks#framewo...
So my question would be: what sets Wing apart and why should I use it compared to all other grid-ready, responsive, minimal frameworks out there?