Propriétés css3

Internet

Opération “Relooking”

création et refonte de sites internet responsive

Les propriétés CSS3

Les propriétés css3 ajoutent de nouveaux enrichissements graphiques.
Elles permettent ainsi de personnaliser et de donner un joli “look” à votre site internet.


Border Radius

Un arrondi dans vos boîtes

Syntaxe : -webkit-border-radius: 25px 25px 25px 25px;
border-radius: 25px 25px 25px 25px;

RGBA - Transparence - Boîte
Boîte couleur cyan

Effet de transparence – Boîte

Syntaxe : background-color: rgba(255, 255, 0, 0.7);

RGBA - Transparence - texte
photos-infographiste.com aime les hippopotames

Ma vie d’hippopothame au zoo de Vincennes

Effet de transparence
Syntaxe : color: rgba(255, 255, 255, 0.5);

Box Shadow

Une ombre à vos boîtes

Outset

Syntaxe : -webkit-box-shadow: 5px 5px 5px 5px rgba(66,66,66,0.25); box-shadow: 5px 5px 5px 5px rgba(66,66,66,0.25);

Inset

Syntaxe : -webkit-box-shadow:inset 5px 5px 5px 8px rgba(222,222,222,1);
box-shadow:inset 5px 5px 5px 8px rgba(222,222,222,1);

Text shadow

Une ombre à vos textes

Ombre texte : Syntaxe : text-shadow: 0 1px 0 #FFF700;

Plusieurs colonnes

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Syntaxe: -moz-column-count: 2;
-moz-column-gap: 25px;
-webkit-column-count: 2;
-webkit-column-gap: 25px;
column-count:
2;column-gap: 25px;

Outline

Une bordure personnalisée à vos boîtes

Syntaxe : outline: 10px outset #FF17A2;
outline-offset: 2px;

Plusieurs options : outset (ici), dotted, dashed, solid, groove, ridge, inset, double, auto

Gradient (les dégradés)

Ressources

Il est possible de combiner les propriétés ci-dessus.

 

Vous aimez cet article, merci de le partager