![]() |
|
![]() |
|
It seems like you have nothing to discuss regarding the original link and it's obvious from other comments that people still find this interesting contradicting your whole point.
|
![]() |
|
I once built a tool to generate buttons with particle effects using this CSS technique [0]. Always thought it'd be a fun project to build a small "image" editor with basic shapes that automatically outputs them as CSS code. Is anyone aware of any such tools? [0] https://bewelge.github.io/CSS-Button-Particles/ (I just checked and the UI looks horrible on mobile. The buttons effects should still work fine though). |
![]() |
|
What does single div mean here? I looked at the source and gave up counting the number of divs, so it is not literally "this page only has one div", but ... ?
|
![]() |
|
It's also a good torture test for the browsers "inspect element" debugging tool. i.e. the debugger tools are useless in figuring out what the different background and box-shadow rules do. |
![]() |
|
I clicked on the link at the top for the designer "Lynn Fisher", it took me to https://lynnandtonic.com/ and I discovered something by chance.
I had my Chrome window open with the dev tools and was resizing it, and noticed the logo of a person walking up/down a street depending on which way you resize it.
Very cool.
|
![]() |
|
Oh never noticed this one, I probably would try to mimic this in a simpler environment over the weekend, maybe a ball rolling over the street or spaceship flying over earth !
|
![]() |
|
Yes, these were fun too. You know somebody should take these and add mouse position as the event trigger for eye movement, that would probably turn it into a nice creepy version of the Simpsons.
|
![]() |
|
Each drawing is created with CSS and within a single div. This is not a SVG or PNG etc. Its just pure CSS, even the animations of course. |
![]() |
|
Basically each graphic is a single `div` element and everything else comes from CSS. Early days of codepen were also used to be filled with these kind of fun little CSS Art.
|
![]() |
|
Do we know if these were all hand-coded? I gather there's vector drawing tools that can make these kinds of graphics.. But perhaps those tools can't output CSS attached to one div? |
If I remember right, it took advantage of a feature that let you reference CSS through the HTTP headers (so it wasn't in the HTML), then the CSS added things to implicit required elements the browser would add to the page.