25925 shaares
2 résultats
taggé
definition-list
Tout est dans le titre
Le CSS tout simple qui va bien :
dt {
position: sticky;
top: 0;
background: white;
display: inline-block;
}