Social icons in CSS3
nikesh.me
Social icons in CSS3
1–10 of 14 posts
Re: Social icons in CSS3
#2Re: Social icons in CSS3
#3Re: Social icons in CSS3
#4However, I think the the CSS file would have been smaller with the icons as PNGs in a data URI or by using a single CSS-Sprite. You wouldn't be able to scale the icons, though.
Re: Social icons in CSS3
#5Putting these small images together into one file is a good way to speed up the load times of the page. However, I think the the CSS file would have been smaller with the icons as PNGs in a data URI or by using a single CSS-Sprite. You wouldn't be able to scale the icons, though.
Re: Social icons in CSS3
#6I don't understand this trend of making images in CSS3. Isn't that what SVG is for?
Re: Social icons in CSS3
#7I don't understand this trend of making images in CSS3. Isn't that what SVG is for?
Re: Social icons in CSS3
#8Re: Social icons in CSS3
#9I don't understand this trend of making images in CSS3. Isn't that what SVG is for?
Re: Social icons in CSS3
#10I don't understand this trend of making images in CSS3. Isn't that what SVG is for?
I'm guessing it's done as an experiment and proof-of-concept instead of being offered as a best practice.