Posts by Ran Enoch:
CSS Styles: Inline vs. Internal vs. External
Before you master CSS, you need to understand the different ways in which you can apply the CSS to your HTML. There are three basic ways to include style in your code: inline styling, internal stylesheets, and external stylesheets.
Inline styling […]
Change the Text-Selection Color Using CSS
There are many fun, unique ways to customize your sites using CSS. One of our favorites is changing the default text-selection color to match the theme of your site — it’s a subtle change that adds a nice touch of […]
Create Social Media Icons Using Font-Awesome and CSS
Quick Tip: Using CSS3’s Border-Width Property
CSS3’s Background Property: the Shorthand
There are a lot of different variations for CSS3’s background property that are used very often — especially when we’re working with a background that’s an image. Styling a background can result in the accumulation of several different lines of […]
Styling Links as Buttons with CSS3
Using CSS3’s Blend Mode Property to Create Window Text
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 […]
