Posts by Ran Enoch:
CSS3’s Color Property
I think it’s safe to say that almost every beginner developer knows that CSS’s color property is used to define the color of your HTML text elements. What many beginner developers might not know, however, is that the color property can […]
Manipulate Capitalization Using CSS’s Text-Transform
Quick Tip: font-size: larger, font-size: smaller
When to Use CSS !important
Despite the fact that it’s widely used, applying CSS3’s !important declaration to your stylesheets isn’t considered to be a best practice. The !important declaration is typically used to override style rules that are defined elsewhere in the CSS. For example, […]
CSS visibility: hidden vs. display: none
Styling Lists with CSS
How to Center Any HTML Element
We’ve all had that pesky HTML element that refuses to center no matter how many different CSS styles we apply. We always get it eventually, but sometimes it’s not before a lot of time has been wasted trying to remember […]
Quick Tip: Using Border-Radius to Create Round Elements
Quick Tip: Multiple Classes
Sometimes it’s necessary for an HTML element to have two, three, or even four + classes assigned to it. To assign multiple classes to an element, all you need to do is separate them with a space, like this:
< View […]
