Download Css education in fifteen parts of the text in Persian and Pdf format

Hi
Have you teaching style sheet pdf file Download as pdf.
Lamz to mention that the episode 15 part 15 which is located on this site that has been together as a Pdf.
Download link: Part Fifteen training in Css. File size 176 KB

Learning CSS - Part 15 - appeared Links

Using CSS we can show how to set links to the page. Such that the use of JavaScript in the page is much less. Through the use of color can style links, the font size of them, underlined links, each link background color and many other properties of links [...]

Learning CSS - Part 14 - mouse cursors

Using styles is possible that when the mouse pointer on a certain part of the page is placed to change. For this purpose we feature the following tag to the desired style to use:
cursor: type of marker that is our desired
For example, suppose we want when mouse [...]

Learning CSS - Part 13 - Background

background-color
This feature allows us to almost anything on the page background color to specify. For this feature to work with the color-related tags into our desired destination. If part of a text field, we can identify this feature in a [...]

Learning CSS - Part 12 - font color

Color characteristics to change colors in different parts of the text page is used. For example, the text color can change a table or a portion of the text page with SPAN tags have marked with different colors to display text other. The tag for the application of the tag <FONT> [...]

CSS Training Part 11 - Fonts

The part about setting Font Page explained font-family s
Font-family property determines what font the text should be shown. This feature is actually the successor to face ID tag font is used. Default font options may be different in different browsers, but usually Times [...]

CSS Training Part 10 - Work with texts 1

This episode features some of the text in the CSS are used to introduce to you. These features can help how the text on the page, the distance between letters and many of properties of a text change.
letter-spacing
This feature allows us to distance between the letters of a word [...]

Learning CSS Part IX - Positioning elements

position
Feature position allows us to determine whether we want to position an element on the page is specified or not. If you want a certain position of that element is the element position on the page sets. Multiple values for this attribute can be placed. This is where you can [...]

Learning CSS Part VIII - Set border and distance from the edge of the Widget

Margins:
margin-left
This option allows us to give him up for any component of a specific page to determine the left margin. In fact, this option value component of the distance left to clear. An example in this note:

Code:

<div style="margin-left:200px; border:double">
This DIV hundred pixels from the [...]

Learning CSS Part VII - border-style

Using styles for components we can create a page box. Using border-style parameter can specify whether we want to have the box or not, and if you want that kind of staff we can create specific. Here are some values that can [...]