Écrire du texte en une seule ligne CSS

.garage-title {
    clear: both;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
Spotless Squirrel