Mona Lisa in pure CSS
11–20 of 97 posts
Re: Mona Lisa in pure CSS
#12Re: Mona Lisa in pure CSS
#13Re: Mona Lisa in pure CSS
#14Re: Mona Lisa in pure CSS
#15The best part about this is that now I know that the box-shadow property can take multiple arguments. The more you know...
Re: Mona Lisa in pure CSS
#16PS: Forgot to mention. The reason I wrote the converter at the time was as an experiment to avoid people from right-click and saving images.
Re: Mona Lisa in pure CSS
#17If your underlying method is pixels, you can render any image you want. I'm afraid I'm missing the "hack" here.
Re: Mona Lisa in pure CSS
#18Re: Mona Lisa in pure CSS
#19We get it, you can draw anything in "pure CSS".
Re: Mona Lisa in pure CSS
#20About ten years ago I made a converter application that converted a image (jpg/png/gif) to an HTML table. The result at the time was great. Unfortunately the generated HTML was quite verbose so it took a lot of bandwidth to download. I guess a similar conversion program has been used here and it seems that CSS these days can take off quite a bit of fat of that generated code. PS: Forgot to mention. The reason I wrote…