Posted in 25 AD, Persian date Ordibehesht 1388 by Mohsen Mnvryan
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
Categories: Education Css | 11 Comments »
Posted in 19 AD, Persian date Ordibehesht 1387 by Mohsen Mnvryan
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 [...]
Categories: Education Css | an opinion "
Posted in 19 AD, Persian date Ordibehesht 1387 by Mohsen Mnvryan
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 [...]
Categories: Education Css | 3rd Comments »
Posted in 19 AD, Persian date Ordibehesht 1387 by Mohsen Mnvryan
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 [...]
Categories: Education Css | No Comments »
Posted in 19 AD, Persian date Ordibehesht 1387 by Mohsen Mnvryan
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> [...]
Categories: Education Css | No Comments »
Posted in 19 AD, Persian date Ordibehesht 1387 by Mohsen Mnvryan
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 [...]
Categories: Education Css | No Comments »
Posted in 18 AD, Persian date Ordibehesht 1387 by Mohsen Mnvryan
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 [...]
Categories: Education Css | No Comments »
Posted in 18 AD, Persian date Ordibehesht 1387 by Mohsen Mnvryan
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 [...]
Categories: Education Css | an opinion "
Posted in 18 AD, Persian date Ordibehesht 1387 by Mohsen Mnvryan
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 [...]
Categories: Education Css | No Comments »
Posted in 15 AD, Persian date Ordibehesht 1387 by Mohsen Mnvryan
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 [...]
Categories: Education Css | an opinion "