Mona Lisa in pure CSS
codepen.io
Mona Lisa in pure CSS
1–10 of 97 posts
Re: Mona Lisa in pure CSS
#2this is insane
Re: Mona Lisa in pure CSS
#3amazing!!!
Re: Mona Lisa in pure CSS
#4wahhh! box-shadow can do that?! Crazy!
Re: Mona Lisa in pure CSS
#5Cool hack. It would be neat if the box-shadows used relative units rather than `px` so that you could resize the result, but then why not use SVG?
Re: Mona Lisa in pure CSS
#6Amazing job! How long did it take and were there any tools you used to make this faster?
Re: Mona Lisa in pure CSS
#7So is there just an app making these types of things at this point? I'd have to imagine so... And if that's the case it's about as impressive as a generated ASCII art Mona Lisa.
Re: Mona Lisa in pure CSS
#8Extremely clever!
Re: Mona Lisa in pure CSS
#9So is there just an app making these types of things at this point? I'd have to imagine so... And if that's the case it's about as impressive as a generated ASCII art Mona Lisa.
Almost certainly. You could probably do this in about twenty lines of PHP, it's just a map of pixels from an image into CSS pseudo-pixels.
Re: Mona Lisa in pure CSS
#10Cool hack. It would be neat if the box-shadows used relative units rather than `px` so that you could resize the result, but then why not use SVG?