Welcome to YLOAN.COM
yloan.com » Design » CSS coding: How To Style Your Text With CSS
Gadgets and Gizmos misc Design Bankruptcy Licenses performance choices memorabilia bargain carriage tour medical insurance data

CSS coding: How To Style Your Text With CSS

Styling text with CSS is really simple

Styling text with CSS is really simple. We can define colors, underline it, make it bold, define the font etc etc.

We will start with some basics.

First we define the html where we will be working with.

This is the text


Boost Search Traffic

Start by submitting your site to the Search Engines for free. http://www.MagicSeoBot.com

1. Colorize your text

We can select the P tag and add some styles to it.

p {

color:red;

}

Now our text will turn red. You can define any color code your want or choose one of the 16 standard color names. The color names are: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white and yellow.

2. Define the size of your text

p {

font-size:12px;

}

You can define any font-size you want, 145 pixels is not a problem. That is, technically speaking.

3. Make the text bold or Italic

You can use the font-style property to create these effects.

Bold:

p {

font-weight:bold;

}

Italic

p {

font-style:italic;

}

4. Overline, Underline, strike-through and none

Niche PLR Article Package

75,0000+ PLR Articles Organized into 200 Niches. Instant Download http://www.Free-Plr-Article.com/

The text-decoration property is useful to create the underline and the other effects we need.

p {

text-decoration:underline;

text-decoration:line-through;

text-decoration:overline;

text-decoration:none;

}

On default, the text doesn't have any lines at all. Except for the link. You can remove the underline by using the text-decoration:none; setting.

You see, it's quite easy to style your text using CSS. And you can do it all in a separate stylesheet!

CSS coding: How To Style Your Text With CSS

By: Justin Brown
Designing a Large Banked Garden How To Find A Skilled Web Design Service? Find An Interior Designer- What To Look For Know The Basics Of Fashion And Style From Fashion Designing Institutes In Mumbai Designing Successful Disciplines Of Courses By The Top Bba And Mba Colleges In India Designing a Formal Garden Designing a Bedroom Garden Balcony Chijmes Once A Catholic Convent Now A Leading Lifestyle Centre Designer Jewellery Makes The Perfect Gift Converting Psd To Joomla Template Design Can Be Done By Anyone, Nevertheless, The One That Maintains Select Most Styles, Trendy And Funky Mens Golf Clothing Stand Up Striking Styles Used In Mma Fashion Jewellery Style That Suits You
print
www.yloan.com guest:  register | login | search IP(216.73.216.250) California / Anaheim Processed in 0.017714 second(s), 7 queries , Gzip enabled , discuz 5.5 through PHP 8.3.9 , debug code: 80 , 2356, 99,
CSS coding: How To Style Your Text With CSS Anaheim