Écrire du texte en une seule ligne CSS
.garage-title {
clear: both;
display: inline-block;
overflow: hidden;
white-space: nowrap;
}
Spotless Squirrel
.garage-title {
clear: both;
display: inline-block;
overflow: hidden;
white-space: nowrap;
}
.error {
font-size: 16px;
line-height: 24px;
appearance: none;
background-color: rgb(255, 255, 255);
border: medium none;
outline: currentcolor none 0px;
border-radius: 8px;
padding: 12px 16px;
transition: box-shadow 120ms ease-in-out 0s, padding 120ms ease-in-out 0s;
width: 100%;
margin: 0px;
box-shadow: rgb(210, 63, 71) 0px 0px 0px 1px;
}