Vector-based graphics in HTML and CSS
callumhart.com
Vector-based graphics in HTML and CSS
1–10 of 31 posts
Re: Vector-based graphics in HTML and CSS
#2Good post. Easy to read.
Re: Vector-based graphics in HTML and CSS
#3Good post. Easy to read.
Thanks @merry9715, glad you liked it!
Re: Vector-based graphics in HTML and CSS
#4Good post. Easy to read.
[deleted]
Re: Vector-based graphics in HTML and CSS
#5> Scalable Vector CSS Graphics
In case anyone was wondering.
Re: Vector-based graphics in HTML and CSS
#6Should have linked to the logo earlier in the post. It can be found here http://www.itseffortless.com/
Re: Vector-based graphics in HTML and CSS
#7Should have linked to the logo earlier in the post. It can be found here http://www.itseffortless.com/
Blank page. Works only if I allow cookies.
Re: Vector-based graphics in HTML and CSS
#8I won't say this isn't very clever, but how is it different (or dare I say better) then creating the entire logo with a random vector tool and then using it as a SVG? You can easily scale SVGs, they look great on HiDPI screens (what Apple calls Retina) and you don't need a bunch of random CSS (that probably won't ever change) cluttering your styling.
Re: Vector-based graphics in HTML and CSS
#9Re: Vector-based graphics in HTML and CSS
#10I won't say this isn't very clever, but how is it different (or dare I say better) then creating the entire logo with a random vector tool and then using it as a SVG? You can easily scale SVGs, they look great on HiDPI screens (what Apple calls Retina) and you don't need a bunch of random CSS (that probably won't ever change) cluttering your styling.
Hey @MatekCopatek, it's not any better it's just a different way to make them.