They are really nice but I really don't see the point why they are implemented in css. Most of the images make use of the capability of directly using gradients in the background-image property. Of course it could be easily replaced by the appropriate svg element. For the lollypop shadow I would make use of the 3D transformation capabilities of CSS3. AFAIK svg is only capable of affine transformations (why?) while CS…
By creating images in css you don't have to load any additional assets. But I suspect these are more just for the author to show off her skills :) *EDIT his -> her
A Single Div
41–50 of 146 posts
Re: A Single Div
#42But it's beautiful and clever, and if you truly can't appreciate it, that's sad.
Re: A Single Div
#43Re: A Single Div
#44I am unmoved by the many "... in pure CSS" posts, but I guess they are the equivalent of "HTTP server in x86 assembly" for CSS designers.
It's all relative.
Re: A Single Div
#45I came in expecting this to be an example of a website without tons of nested elements- the problem that html5 was supposed to solve but didn't.
I always thought html5 solved it, but then came bootstrap and got us back to div-hell.
Re: A Single Div
#46Re: A Single Div
#47I am unmoved by the many "... in pure CSS" posts, but I guess they are the equivalent of "HTTP server in x86 assembly" for CSS designers.
I like this, it's neat art. However I must agree that I'm unmoved, I invite anyone who thinks this is particularly clever to visit www.pouet.net for a bit of re-calibration. It's all relative.
Re: A Single Div
#48They are really nice but I really don't see the point why they are implemented in css. Most of the images make use of the capability of directly using gradients in the background-image property. Of course it could be easily replaced by the appropriate svg element. For the lollypop shadow I would make use of the 3D transformation capabilities of CSS3. AFAIK svg is only capable of affine transformations (why?) while CS…
Working within constraints is fun. Art is fun.
Re: A Single Div
#49They are really nice but I really don't see the point why they are implemented in css. Most of the images make use of the capability of directly using gradients in the background-image property. Of course it could be easily replaced by the appropriate svg element. For the lollypop shadow I would make use of the 3D transformation capabilities of CSS3. AFAIK svg is only capable of affine transformations (why?) while CS…
By creating images in css you don't have to load any additional assets. But I suspect these are more just for the author to show off her skills :) *EDIT his -> her
You can embed svg elements directly into html.
Re: A Single Div
#50What is the point of doing that instead of using SVG?
you're not allowed to ask that these days, we have to celebrate using inferior means for the sake of doing so.