↧
Grid generator for
Here’s a snippet of code that creates a grid in the <canvas> tag using JavaScript. It’s just a quick little experiment but I thought I’d share it with you. I added the draw command to a loop that...
View ArticleBest unit for font-size in CSS
My brother Neal turned me onto this article on A List Apart tl;dr The best unit for defining font sizes in CSS are ems combined with font-sze:100%; in the body selector. But working with ems can be a...
View Article