Duck hunt

p _ x
Bookmark Weezywap
JarApkBmkOpera
(GMT+1)
Friday April 26th 2024
+
Always Post weezywap.xtgem.com on your facebook, twitter, 2go, whatsapp and instagram status! If you love WEEZYWAP and enjoy unlimited services here!
»Css Basics
You are viewing Chapter 9 of 18 Chapters for Css Basics/Tutorials. View all Chapters
Chapter 1: Introduction to CSS
Chapter 2: CSS Syntax
Chapter 3: CSS Classes
Chapter 4: CSS IDs
Chapter 5: CSS Divisions
Chapter 6: CSS Spans
Chapter 7: CSS Margins
Chapter 8: CSS Padding
Chapter 9: CSS Text Properties
Chapter 10: CSS Font Properties
Chapter 11: CSS Anchors, Links and Pseudo Classes
Chapter 12: CSS Backgrounds
Chapter 13: CSS Borders
Chapter 14: CSS Ordered & Unordered Lists
Chapter 15: CSS Width and Height Properties
Chapter 16: CSS Classification
Chapter 17: CSS Positioning
Chapter 18: CSS Pseudo Elements
Chapter 9: CSS Text Properties

Inherited: Yes

Color
You can set the color of text with the following:

color: value;

Possible values are

color name -example:(red, black...)
hexadecimal number -example:(#ff0000, #000000)
RGB color code -example:(rgb(255, 0, 0), rgb(0, 0, 0))



Letter Spacing
You can adjust the space between letters in the following manner. Setting the value to 0, prevents the text from justifying. You can use negative values.

letter-spacing: value;

Possible values are

normal length

Example:

These letters are spaced at 5px.



Text Align
You can align text with the following:

text-align: value;

Possible values are

left
right
center
justify

Examples:

This text is aligned left.

This text is aligned in the center.

This text is aligned right.

This text is justified.




Text Decoration
You can decorate text with the following:

text-decoration: value;

Possible values are

none
underline
overline
line through
blink

Examples:

This text is underlined.

This text is overlined.
This text has a line through it.
This text is blinking (not in internet explorer).



Text Indent
You can indent the first line of text in an (X)HTML element with the following:

text-indent: value;

Possible values are

length
percentage

Examples:

This text is indented 10px pixels.



Text Transform
You can control the size of letters in an (X)HTML element with the following:

text-transform: value;

Possible values are

none
capitalize
lowercase

Examples:

This First Letter In Each Word Is Capitalized, Though It Is Not In My File.
THIS TEXT IS ALL UPPERCASE, THOUGH IT IS ALL LOWERCASE IN MY FILE.
this text is all lowercase. though it is all uppercase in my file.



White Space
You can control the whitespace in an (X)HTML element with the following:

white-space: value;


Possible values are

normal
pre
nowrap



Word Spacing
You can adjust the space between words in the following manner. You can use negative values.

word-spacing: value;

Possible values are

normal
length

Example:

These words are spaced at 5px.
« PreviousJump to Chapter:
Next »

Translate
Pages
Copyright © 2024 WEEZYWAP
facebook twitter whatsapp google plus
Home | About Us | Advertise | Frequently Asked Question | Contact Us | Partners | Disclaimer | Terms of Services | Invite Friends | Credits



Online: 1 , Today: 18, Hits: 32819
Last modified: 19-01-2017 9:11:03 pm