Chrome logos in CSS
11–20 of 23 posts
Re: Chrome logos in CSS
#12This is awesome. CSS is becoming very powerful. I was proud of myself when I made a simple css triangle
How do you make a triangle in pure CSS?
Re: Chrome logos in CSS
#13Why no love for ::before or ::after? Would certainly clean up the html to a more practical level.
Re: Chrome logos in CSS
#14This 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.
Re: Chrome logos in CSS
#15Earlier 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
Re: Chrome logos in CSS
#16Earlier 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
Re: Chrome logos in CSS
#17This didn't work in my browser. FF 24 on Fedora.
Re: Chrome logos in CSS
#18Re: Chrome logos in CSS
#19This didn't work in my browser. FF 24 on Fedora.
Re: Chrome logos in CSS
#20Earlier 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.