Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
css text effect
#1
This tutorial will teach you how to manipulate text using CSS properties. You can set following text properties of an element:

The color property is used to set the color of a text.

The direction property is used to set the text direction.

The letter-spacing property is used to add or subtract space between the letters that make up a word.

The word-spacing property is used to add or subtract space between the words of a sentence.

The text-indent property is used to indent the text of a paragraph.

The text-align property is used to align the text of a document.

The text-decoration property is used to underline, overline, and strikethrough text.

The text-transform property is used to capitalize text or convert text to uppercase or lowercase letters.

The white-space property is used to control the flow and formatting of text.

The text-shadow property is used to set the text shadow around a text.

Set the text color:
Following is the example which demonstrates how to set the text color. Possible value could be any color name in any valid format.

<p style="color:red;">
This text will be written in red.
</p>

Hello World!:

- tes
- Hello Friends . Welcome Back
Hasan
Reply


Messages In This Thread
css text effect - by Hasan - 06-28-2018, 09:31 AM
RE: css text effect - by Hasan - 06-28-2018, 09:31 AM
RE: css text effect - by Hasan - 06-28-2018, 09:31 AM
RE: css text effect - by Hasan - 06-28-2018, 09:32 AM
RE: css text effect - by Hasan - 06-28-2018, 09:32 AM
RE: css text effect - by Hasan - 06-28-2018, 09:33 AM
RE: css text effect - by Hasan - 06-28-2018, 09:33 AM
RE: css text effect - by Hasan - 06-28-2018, 09:33 AM
RE: css text effect - by Hasan - 06-28-2018, 09:33 AM
RE: css text effect - by Hasan - 06-28-2018, 09:34 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  CSS white-space Property Hasan 0 1,330 07-04-2018, 03:29 AM
Last Post: Hasan
  CSS - Tables Hasan 2 1,561 06-28-2018, 09:55 AM
Last Post: Hasan
  CSS - Links Hasan 1 1,967 06-28-2018, 09:47 AM
Last Post: Hasan
  CSS - Images Hasan 3 1,982 06-28-2018, 09:37 AM
Last Post: Hasan
  Setting Fonts using CSS Hasan 7 1,690 06-28-2018, 09:30 AM
Last Post: Hasan
  Setting Backgrounds using CSS Hasan 1 1,231 06-28-2018, 03:31 AM
Last Post: Hasan
  CSS - Colors Hasan 0 1,446 06-28-2018, 03:23 AM
Last Post: Hasan
  CSS Syntax - Selectors Hasan 0 1,233 06-28-2018, 03:20 AM
Last Post: Hasan
  CSS Introduction Hasan 0 1,223 06-28-2018, 03:19 AM
Last Post: Hasan

Forum Jump:


Users browsing this thread: 1 Guest(s)