Skip to main content

CSS3 TEXT EFFECTS

The new CSS3 properties give developers a wonderful chance to enhance their designs in a way that’s quick and easy, Almost all of the major browsers support the many CSS3 features. A big change in CSS3 is Web Typography. Text styling and impressive effects can be achieved without the use of javascript or images!

Below is a collection of some of the best CSS3 Text Effects!
LETTERPRESS EFFECT

Add the following CSS properties to your selector:

.text {
color: #222;
text-shadow: 0px 2px 3px #555;
}

So your markup should look like this…

<span class="text">Text goes here</span>

OUTLINE AND TRANSPARENT EFFECT
Outlined text

.stroke {
color: #c00; /*- text color -*/
-webkit-text-stroke: 1px #000; /*- stroke color and weight -*/
}

…your markup should look like this:

<span class="stroke">Text goes here</span>

Outline and Transparent fill text

.stroke-transparent {
-webkit-text-stroke: 1px #000; /*- stroke color and weight -*/
-webkit-text-fill-color: transparent; /*- fill color (transparent) -*/
}

…your markup should look like this:

<span class="stroke-transparent">Text goes here</span>

GLOWING EFFECT

.glow {
color:#FFFFFF ;
text-shadow:0 0 20px yellow ;
}

/*-- Deeper glowing text --*/
.deeperGlow {
color:white;
text-shadow:0 0 30px yellow , 0 0 70px yellow ;
}

…your markup should look like this

<span class="glow">Text goes here</span>
<span class="deeperGlow">Text goes here</span>

PHOTOSHOP EMBOSS

.Emboss {
background:#ccc ;
color:#ccc;
text-shadow: -1px -1px white, 1px 1px #333;
}

…your markup should look like this:

<span class="Emboss">Text goes here</span>

BLURY TEXT

.blurytext {
color: transparent;
text-shadow: #fff 0 0 10px;
}

…your markup should look like this:

<span class="blurytext">Text goes here</span>

Remember, these don’t work just yet in some browsers! *cough* IE *cough* So use with some caution.

Give some of these a go and let us know how you get on and if you have used any of the above techniques in any of your projects!

Comments

Popular posts from this blog

GMAP3 – A jQuery Google Maps Plugin For The Developers

GMAP3  is one of the finest Google Maps jQuery Plugin which uses Google Map API version 3 to create maps with the advanced features available in it.  Google themselves has simplified the efforts in adding the maps in any website, but still applying some advance features are tricky sometimes. Unlike the other Google Maps plugin, GMAP3 aims to allows many manipulation of the google map API version 3. Let me take a look on the integration part. As I said, integration Google Maps with GMAP3 is simple and all you need is adding few things to get start with it Step 1:  Add the Google Maps script before closing  </head> <script type = "text/javascript" src = "http://maps.google.com/maps/api/js?sensor=false" ></script> Step 2:  Download the GMAP3 jQuery Plugin and upload it to your server <script type = "text/javascript" src = "gmap3.min.js" ></script> Now in order to embed the Google Maps, do the followi...

75 Surprisingly Creative Facebook Timeline Covers

Now that you have shifted to “Facebook Timeline” to display you profile in a better way, get creative with it. Facebook timeline gives you a chance to turn you profile exclusive and innovative. Putting up a personal picture as cover, will only make you look outdated. You can try some exciting covers to design your very own Facebook profile in distinguished style. We have scrounged through web to pick 75 amazing Facebook Timeline covers for this list. Unique cover pictures can give your timeline a different-from-the-rest look. You can create your own creative covers picking ideas from these cool pictures listed below. If you like this article, you might be interested in some of our other articles on  Facebook Scripts, Best Facebook Apps, Best Facebook Games, and Facebook Tips You Should Check . Ekkapong Techawongthaworn Be a brand ambassador and flaunt your fanaticism for gadgets and shopping on your cover. Ekkapong Techawongthaworn Gabriel Fort A snapshot of an App...