Posts by Ran Enoch:
How to Use CSS’s Resize Property
The resize property is actually a really cool, very underrated CSS property that you can use to allow the user to resize any HTML element.
You might already know that by default, textarea boxes are resizable by the user. The three […]
How to Use CSS3’s Padding Property
7 Free Animal-Inspired Icon Sets
How to Use CSS3’s Quote Property to Customize Quotations
Did you know that you can customize quotes in CSS? It’s actually a fairly easy and straightforward process. Instead of using the traditional “” quotation marks, you can pretty much use just about any symbol you can think of, and […]
How to Use CSS’s Page Break Properties
As you’re probably already aware, CSS lets you completely dictate how your HTML elements behave — how they’re positioned, what they look like, colors, shapes, etc — on a webpage. BUT, did you know you can also use CSS to […]
CSS3’s Widows and Orphans Properties
Widows and orphans. These might sound like strange names for CSS properties, and they kind of are. They’re named as such because they come from old-school typography terms referring to, if you can believe it, lines of a paragraph. A […]
The Many Uses of CSS3’s Display Property
CSS3’s display property can be used in a lot of different context to achieve a lot of different effects. The property takes dozens of different values, so really, it’s very versatile. Commonly it’s used to make an item disappear (display: […]
