Tableaux HTML sur mobile : plutôt que le scroll horizontal, je préfère souvent un affichage en “cartes”.
Dans ce tuto : CSS-only avec td::before + attr(data-label) (mobile-first).

Extrait :
td::before { content: attr(data-label); }

Vidéo : https://youtu.be/H-ONjeR_n8w

#HTML #CSS #WebDev #ResponsiveDesign

STOP aux tableaux illisibles sur mobile 😱 Transforme ton HTML en “cartes” avec ::before

YouTube