Articles tagged as code

Curtains & Code

I’m about to make a bold statement (no pun intended). Every aspiring actor must learn how to code. Why? For many great reasons. But first, let me explain what I mean by learning “how to code”: There are many computer languages one can learn, but I am speaking specifically about HTML, CSS & jQuery. They […]

Hi. I just wanted to share a quick tip for you Web Designers out there. This snippet of CSS makes the text on your website look very nice: See the Pen Sexy Text Rendering in CSS by Brad Hussey (@bradhussey) on CodePen. I recommend using it like so: body { -webkit-font-smoothing: antialiased; text-rendering: optimizelegibility; } […]