graphtest
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.


forum de graphisme et design
 
AccueilDernières imagesRechercherS'enregistrerConnexion
-39%
Le deal à ne pas rater :
Pack Home Cinéma Magnat Monitor : Ampli DENON AVR-X2800H, Enceinte ...
1190 € 1950 €
Voir le deal

 

 Code CSS : Feuille de style

Aller en bas 
AuteurMessage
Admin
Essai pour le rang
Admin

Messages : 26
Date d'inscription : 19/07/2013

Code CSS : Feuille de style Empty
MessageSujet: Code CSS : Feuille de style   Code CSS : Feuille de style Icon_minitimeMer 15 Jan - 16:03

Code CSS a placer dans la feuille de style :

Code:
/*FICHE DE PRESENTATION*/

    .classname {
    transition:All 1.0048s ease;
    -webkit-transition:All 1.0048s ease;
    -moz-transition:All 1.0048s ease;
    -o-transition:All 1.0048s ease;
    transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  border:5px solid #000000;
  margin-top:25px;
    }
    .classname:hover{
    transform: rotate(360deg) scale(1) skew(0deg) translate(0px);
    -webkit-transform: rotate(360deg) scale(1) skew(0deg) translate(0px);
    -moz-transform: rotate(360deg) scale(1) skew(0deg) translate(0px);
    -o-transform: rotate(360deg) scale(1) skew(0deg) translate(0px);
    -ms-transform: rotate(360deg) scale(1) skew(0deg) translate(0px);
  border:5px solid #000000;
  margin-top:25px;
    }
.nom {
  color:#ffffff;
 margin-top:50px;
 text-shadow:2px 1px 0px black;
 font-size:35px;
 font-family:tekton pro;
  font-style:italic;
}
.background {
  background-image:url(http://i55.servimg.com/u/f55/11/64/49/00/bloc_n15.jpg);
 width:695px;
  height:900px;
}
.titre {
  color:black;
    font-size:20px;
 font-family:tekton pro;
  font-style:italic;
  padding:3px;
 text-align:center;
    margin-top:45px;
}

.case {
  width:250px;
 height:100px;
 overflow:auto;
 padding:3px;
 color:black;
  margin-top:5px;
}
.titre2 {
  color:black;
    font-size:20px;
 font-family:tekton pro;
  font-style:italic;
  padding:3px;
 text-align:center;
    margin-top:-15px;
}
.titre3 {
  color:black;
    font-size:20px;
 font-family:tekton pro;
  font-style:italic;
  padding:3px;
 text-align:center;
    margin-top:-45px;
}

.case2 {
  width:250px;
 height:100px;
 overflow:auto;
 padding:3px;
 color:black;
  margin-top:5px;
}

.case3 {
  width:600px;
 height:100px;
 overflow:auto;
 padding:3px;
 color:black;
  margin-top:5px;
}

.histoire {
    width:350px;
 height:200px;
 overflow:auto;
 padding:3px;
 color:black;
  margin-top:5px;
}
Revenir en haut Aller en bas
https://graphtest01.kanak.fr
 
Code CSS : Feuille de style
Revenir en haut 
Page 1 sur 1

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
graphtest :: Votre 1er catégorie :: Votre 1er forum-
Sauter vers: