Eklablog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Editer l'article Suivre ce blog Administration + Créer mon blog
MENU

Tutorial, CSS, HTML

 
HTML
<pre>Deporte favorito 

Según la edad, el deporte favorito de un hombre es:
17 - Hacer el amor, hacer el amor, hacer el amor.
25 - Hacer el amor , hacer el amor, fútbol.
35 - Hacer el amor, fútbol.
48 - Fútbol y hacer el amor a veces.
66 - Dormir.</pre>

CSS

/*Pre*/
pre {
    display: block;
    font-family: monospace;
   text-shadow:2px -3px 2px rgba(0, 0, 0, 0.35);
    border: 3px double #666;
    border-radius: 4px; 
    padding: 0.5em;
background: rgba(255, 254, 254, 0.2); 
   white-space: pre;
   overflow: auto;
   max-height: auto; 
  max-width: 450px;
  margin: 1em;
  box-shadow: inset rgba(0,0,0,.6) 0 -6px 5px,inset rgba(252,255,255,.7) 0 2px 5px,rgba(0,0,0,.8) 0 8px 5px -7px;
 text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
 -webkit-transition: all 1s ease; 
 -moz-transition: all 1s ease; 
 -o-transition: all 1s ease;
}
pre:hover {
 opacity: 0,9;
 visibility: visible;
 border: 1px dotted #4F4F4F;
 border-radius:5px;
text-shadow: 0px 0px 0 #e7e7e7,1px 1px 0 #cfcfcf,1px 2px 0 #b6b6b6,3px 3px 0 #9e9e9e,1px 3px 0 #868686,1px 4px 4px rgba(0,0,0,1),2px 5px 1px rgba(0,0,0,0.5),0px 0px 4px rgba(0,0,0,0.2);
 background:#;

}
Retour à l'accueil
Partager cet article
Repost0
Pour être informé des derniers articles, inscrivez vous :
Commenter cet article