Live data from Hacker News

Chrome logos in CSS

codepen.io

11–20 of 23 posts

Re: Chrome logos in CSS

#14
post #2

This is awesome. CSS is becoming very powerful. I was proud of myself when I made a simple css triangle

I fail to see the awesome-ness. It's a proof of concept about a concept that just doesn't make sense. There are significantly better ways of presenting color/logo/icon/anything other than CSS.

It has no practical use, nor is it meant to be. Just a showcase.

Re: Chrome logos in CSS

#15
post #4

Earlier quoted context omitted.

How do you make a triangle in pure CSS?

http://css-tricks.com/snippets/css/css-triangle/ And this awesome animation explains how it works: http://codepen.io/chriscoyier/details/lotjh

This is not pure CSS. This requires Markup, and Markup is something that Marks Up Text to give it semantic meaning.

Re: Chrome logos in CSS

#16
post #4

Earlier quoted context omitted.

How do you make a triangle in pure CSS?

http://css-tricks.com/snippets/css/css-triangle/ And this awesome animation explains how it works: http://codepen.io/chriscoyier/details/lotjh

I mean, it could be no-classes-pure css if we just had divs with no classes and then used n-th child selectors, but then what is pure css?

Re: Chrome logos in CSS

#18
I'm still waiting for someone to design a vector drawing program that can export to CSS. (or something that can take a vector format like SVG and turn it to CSS)

Re: Chrome logos in CSS

#20
post #15

Earlier quoted context omitted.

http://css-tricks.com/snippets/css/css-triangle/ And this awesome animation explains how it works: http://codepen.io/chriscoyier/details/lotjh

This is not pure CSS. This requires Markup, and Markup is something that Marks Up Text to give it semantic meaning.

Typically you use :before or :after in CSS to add the required content.
Post reply on HN