III. Text
1. Text shadow
To creat a text-shadow, we used tags for styles effects !
Exemple :
text-shadow
We used the same specifications as box shadow. It's very easy to modify the shadow. Next to color.
2. Settings colors
In CSS3, we only used RGBA (Red Green Blue Alpha (Opacity)) tags, which is more simple ! You don't have the choice between differents tags !! How you can imagin, with RGBA you can make some colors elements.
Exemple :
Explication :
Colors go from 0 to 255. The first colors is red, the second is green and the last one is blue. But what is Alpha? He changes the opacity of your background. Here, Alpha goes from 0.1 to 1, if you want it to be more or less limpid. More you go to the number 1 and more the color is opacity
I'm limpid
We see me a little
I'm here!
Precision: you can use this type of tags to make a blackground color on your website !
3.Transition
As you can saw it, when you make a movment with your mouse on one of the summary-titles, or even on one of the button of the web-page, Title becomes red. Thanks to «hover» than this transition makes place whiwh we will see in more details.
Example :
Explication :
We choose here for principal colors of our text , blue. With tags«Hover» , you can activate the transition , and with that modify the color of your text when you move on with your electronic mouse . We choose red color for this exampl .
4. Text order
With CSS, you can order text in some columns on only and same web-page. Usefull when you want to make a journalist article
Example :
Explication :
It's the appear of two new tags, «column-count« and »column-gap».
«column-count» shows the number of columns with wish to take on. We choose in this exemple to take 3 columns.
«column-gap» enables to set a space between the columns , we choose 20 pixels.
En France, l'apparition des premiers articles de presse coïncide avec le développement de l'imprimerie, qui permet de diffuser des feuilles volantes comportant des «nouvelles». À partir du XVe siècle, les «occasionnels», surtout vendus par colportage, se composent d'un ou plusieurs textes consacrés à un événement (bataille, célébration, décès d'une personnalité, etc.) et illustrés par des gravures sur bois.