Autres actions
Citation |
Aucun résumé des modifications |
||
Ligne 29 : | Ligne 29 : | ||
.citation { | .citation { | ||
word-wrap: break-word; | word-wrap: break-word; | ||
} | |||
/* CSS Typing Text | |||
* | |||
* @author: Unknown | |||
* current version crafted together by [[User:Christharp]]. | |||
*/ | |||
.typing{ | |||
margin: 10px 0 0 10px; | |||
width: 1000px; | |||
white-space:nowrap; | |||
overflow:hidden; | |||
animation: type 18s steps(100, end); | |||
} | |||
@keyframes type{ | |||
from { width: 0; } | |||
} | } |