Live data from Hacker News

Show HN: Logos in Pure CSS

bchanx.com

1–10 of 77 posts

Re: Show HN: Logos in Pure CSS

#2
Oh my God, this is amazing. I envy people like you Brian, this is insanely clever. I wish I were as masterful with CSS to even think of being able to do what you've done here. Would love to know what the process was like, did you have the shapes and positions in mind and knew what you wanted to add to what, or was it more trial and error?

Re: Show HN: Logos in Pure CSS

#4
Remaking images in CSS only is not a new experiment (and is often frowned upon) but this implementation adds 2 interesting features: hovering an element reveals all the sub-elements it's made of, and hovering a block superimposes both the image and its pure css implementation.

Re: Show HN: Logos in Pure CSS

#7

What's wrong with SVG? Use the right tool for the job.

I was under the impression that SVGs could contain javascript and pose possible XSS or code execution risks.

Granted, probably not a very high risk if you're using files you, yourself, trust.

Post reply on HN